#36154F

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

Shades of Blackcurrant #36154F

Tints of Blackcurrant #36154F

Color information

#36154F (or 0x36154F) is unknown color: approx Blackcurrant. HEX triplet: 36, 15 and 4F. RGB value is (54,21,79). Sum of RGB (Red+Green+Blue) = 54+21+79=154 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.06% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 79 (31.25% from 255 or 51.30% from 154); Max value from RGB is 79 - color contains mainly: blue. Hex color #36154F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36154F is #C9EAB0. Grayscale: #252525. Windows color (decimal): -13232817 or 5182774. OLE color: 5182774.

HSL color Cylindrical-coordinate representation of color #36154F: hue angle of 274.14º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36154F is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB542179-
CMYK0.320.7300.69
HSL274.14º58%19.61%-
HSV(B)274.14º73.42%30.98%-
XYZ3.21.897.59-
YUV37.48151.43139.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.06%
GREEN value IS 21 (8.59% from 255) = 13.64%
BLUE value IS 79 (31.25% from 255) = 51.30%
R=35.06%
G=13.64%
B=51.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5421790.320.7300.69274.145819.61
Hex36154F20490451123a14
Octal66251174011101054227224
Binary11011010101100111110000010010010100010110001001011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36154F; }

 p { color: rgb(54,21,79); }

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

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

 a { background-color: rgb(54,21,79); }

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

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

 span { border-color: rgb(54,21,79); }

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