#36114C

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

Shades of Blackcurrant #36114C

Tints of Blackcurrant #36114C

Color information

#36114C (or 0x36114C) is unknown color: approx Blackcurrant. HEX triplet: 36, 11 and 4C. RGB value is (54,17,76). Sum of RGB (Red+Green+Blue) = 54+17+76=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 76 (30.08% from 255 or 51.70% from 147); Max value from RGB is 76 - color contains mainly: blue. Hex color #36114C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36114C is #C9EEB3. Grayscale: #222222. Windows color (decimal): -13233844 or 4985142. OLE color: 4985142.

HSL color Cylindrical-coordinate representation of color #36114C: hue angle of 277.63º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36114C is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB541776-
CMYK0.290.7800.70
HSL277.63º63.44%18.24%-
HSV(B)277.63º77.63%29.8%-
XYZ3.031.717.01-
YUV34.79151.26141.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.73%
GREEN value IS 17 (7.03% from 255) = 11.56%
BLUE value IS 76 (30.08% from 255) = 51.70%
R=36.73%
G=11.56%
B=51.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5417760.290.7800.70277.6363.4418.24
Hex36114C1D4E0461163f12
Octal66211143511601064267722
Binary1101101000110011001110110011100100011010001011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36114C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36114C; }

 p { color: rgb(54,17,76); }

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

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

 a { background-color: rgb(54,17,76); }

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

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

 span { border-color: rgb(54,17,76); }

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