#360C49

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

Shades of Blackcurrant #360C49

Tints of Blackcurrant #360C49

Color information

#360C49 (or 0x360C49) is unknown color: approx Blackcurrant. HEX triplet: 36, 0C and 49. RGB value is (54,12,73). Sum of RGB (Red+Green+Blue) = 54+12+73=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 73 (28.91% from 255 or 52.52% from 139); Max value from RGB is 73 - color contains mainly: blue. Hex color #360C49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360C49 is #C9F3B6. Grayscale: #1F1F1F. Windows color (decimal): -13235127 or 4787254. OLE color: 4787254.

HSL color Cylindrical-coordinate representation of color #360C49: hue angle of 281.31º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #360C49 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB541273-
CMYK0.260.8400.71
HSL281.31º71.76%16.67%-
HSV(B)281.31º83.56%28.63%-
XYZ2.861.536.45-
YUV31.51151.41144.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.85%
GREEN value IS 12 (5.08% from 255) = 8.63%
BLUE value IS 73 (28.91% from 255) = 52.52%
R=38.85%
G=8.63%
B=52.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5412730.260.8400.71281.3171.7616.67
Hex36C491A540471194811
Octal661411132124010743111021
Binary1101101100100100111010101010001000111100011001100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,12,73); }

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

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

 a { background-color: rgb(54,12,73); }

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

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

 span { border-color: rgb(54,12,73); }

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