#360855

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

Shades of Blackcurrant #360855

Tints of Blackcurrant #360855

Color information

#360855 (or 0x360855) is unknown color: approx Blackcurrant. HEX triplet: 36, 08 and 55. RGB value is (54,8,85). Sum of RGB (Red+Green+Blue) = 54+8+85=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 85 (33.59% from 255 or 57.82% from 147); Max value from RGB is 85 - color contains mainly: blue. Hex color #360855 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360855 is #C9F7AA. Grayscale: #1E1E1E. Windows color (decimal): -13236139 or 5572662. OLE color: 5572662.

HSL color Cylindrical-coordinate representation of color #360855: hue angle of 275.84º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360855 is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB54885-
CMYK0.360.9100.67
HSL275.84º82.8%18.24%-
HSV(B)275.84º90.59%33.33%-
XYZ3.251.618.73-
YUV30.53158.74144.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.73%
GREEN value IS 8 (3.52% from 255) = 5.44%
BLUE value IS 85 (33.59% from 255) = 57.82%
R=36.73%
G=5.44%
B=57.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal548850.360.9100.67275.8482.818.24
Hex36855245B0431145312
Octal661012544133010342412322
Binary11011010001010101100100101101101000011100010100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360855; }

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

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

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

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

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

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

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

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