#360D54

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

Shades of Blackcurrant #360D54

Tints of Blackcurrant #360D54

Color information

#360D54 (or 0x360D54) is unknown color: approx Blackcurrant. HEX triplet: 36, 0D and 54. RGB value is (54,13,84). Sum of RGB (Red+Green+Blue) = 54+13+84=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 84 (33.20% from 255 or 55.63% from 151); Max value from RGB is 84 - color contains mainly: blue. Hex color #360D54 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360D54 is #C9F2AB. Grayscale: #212121. Windows color (decimal): -13234860 or 5508406. OLE color: 5508406.

HSL color Cylindrical-coordinate representation of color #360D54: hue angle of 274.65º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #360D54 is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB541384-
CMYK0.360.8500.67
HSL274.65º73.2%19.02%-
HSV(B)274.65º84.52%32.94%-
XYZ3.271.718.55-
YUV33.35156.58142.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.76%
GREEN value IS 13 (5.47% from 255) = 8.61%
BLUE value IS 84 (33.20% from 255) = 55.63%
R=35.76%
G=8.61%
B=55.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5413840.360.8500.67274.6573.219.02
Hex36D5424550431134913
Octal661512444125010342311123
Binary11011011011010100100100101010101000011100010011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360D54; }

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

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

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

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

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

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

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

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