#36144B

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

Shades of Blackcurrant #36144B

Tints of Blackcurrant #36144B

Color information

#36144B (or 0x36144B) is unknown color: approx Blackcurrant. HEX triplet: 36, 14 and 4B. RGB value is (54,20,75). Sum of RGB (Red+Green+Blue) = 54+20+75=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #36144B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36144B is #C9EBB4. Grayscale: #242424. Windows color (decimal): -13233077 or 4920374. OLE color: 4920374.

HSL color Cylindrical-coordinate representation of color #36144B: hue angle of 277.09º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36144B is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB542075-
CMYK0.280.7300.71
HSL277.09º57.89%18.63%-
HSV(B)277.09º73.33%29.41%-
XYZ3.041.796.84-
YUV36.44149.76140.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.24%
GREEN value IS 20 (8.20% from 255) = 13.42%
BLUE value IS 75 (29.69% from 255) = 50.34%
R=36.24%
G=13.42%
B=50.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5420750.280.7300.71277.0957.8918.63
Hex36144B1C490471153a13
Octal66241133411101074257223
Binary1101101010010010111110010010010100011110001010111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36144B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36144B; }

 p { color: rgb(54,20,75); }

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

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

 a { background-color: rgb(54,20,75); }

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

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

 span { border-color: rgb(54,20,75); }

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