#360854

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

Shades of Blackcurrant #360854

Tints of Blackcurrant #360854

Color information

#360854 (or 0x360854) is unknown color: approx Blackcurrant. HEX triplet: 36, 08 and 54. RGB value is (54,8,84). Sum of RGB (Red+Green+Blue) = 54+8+84=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 84 (33.20% from 255 or 57.53% from 146); Max value from RGB is 84 - color contains mainly: blue. Hex color #360854 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360854 is #C9F7AB. Grayscale: #1E1E1E. Windows color (decimal): -13236140 or 5507126. OLE color: 5507126.

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

Color convert

RGB54884-
CMYK0.360.9000.67
HSL276.32º82.61%18.04%-
HSV(B)276.32º90.48%32.94%-
XYZ3.211.68.53-
YUV30.42158.24144.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.99%
GREEN value IS 8 (3.52% from 255) = 5.48%
BLUE value IS 84 (33.20% from 255) = 57.53%
R=36.99%
G=5.48%
B=57.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal548840.360.9000.67276.3282.6118.04
Hex36854245A0431145312
Octal661012444132010342412322
Binary11011010001010100100100101101001000011100010100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360854; }

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

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

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

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

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

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

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

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