#360851

Color #360851 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #360851

Tints of Blackcurrant #360851

Color information

#360851 (or 0x360851) is unknown color: approx Blackcurrant. HEX triplet: 36, 08 and 51. RGB value is (54,8,81). Sum of RGB (Red+Green+Blue) = 54+8+81=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 81 (32.03% from 255 or 56.64% from 143); Max value from RGB is 81 - color contains mainly: blue. Hex color #360851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360851 is #C9F7AE. Grayscale: #1D1D1D. Windows color (decimal): -13236143 or 5310518. OLE color: 5310518.

HSL color Cylindrical-coordinate representation of color #360851: hue angle of 277.81º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #360851 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB54881-
CMYK0.330.9000.68
HSL277.81º82.02%17.45%-
HSV(B)277.81º90.12%31.76%-
XYZ3.091.557.92-
YUV30.08156.74145.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 37.76%
GREEN value IS 8 (3.52% from 255) = 5.59%
BLUE value IS 81 (32.03% from 255) = 56.64%
R=37.76%
G=5.59%
B=56.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal548810.330.9000.68277.8182.0217.45
Hex36851215A0441165211
Octal661012141132010442612221
Binary11011010001010001100001101101001000100100010110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360851; }

 p { color: rgb(54,8,81); }

 H1.HeaderClassName
 {
   color: #360851;
 }
 .AnyTagClassName
 {
   color: #360851;
 }
</style>
background-color css

<style>
 a { background-color: #360851; }

 a { background-color: rgb(54,8,81); }

 div.DivClassName
 {
   background-color: #360851;
 }
 .BgClassName
 {
   background-color: #360851;
 }
</style>
border-color css

<style>
 span { border-color: #360851; }

 span { border-color: rgb(54,8,81); }

 td.TdClassName
 {
   border-color: #360851;
 }
 .TagClassName
 {
   border-color: #360851;
 }
</style>