#36143E

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

Shades of Blackcurrant #36143E

Tints of Blackcurrant #36143E

Color information

#36143E (or 0x36143E) is unknown color: approx Blackcurrant. HEX triplet: 36, 14 and 3E. RGB value is (54,20,62). Sum of RGB (Red+Green+Blue) = 54+20+62=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 62 (24.61% from 255 or 45.59% from 136); Max value from RGB is 62 - color contains mainly: blue. Hex color #36143E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36143E is #C9EBC1. Grayscale: #222222. Windows color (decimal): -13233090 or 4068406. OLE color: 4068406.

HSL color Cylindrical-coordinate representation of color #36143E: hue angle of 288.57º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #36143E is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB542062-
CMYK0.130.6800.76
HSL288.57º51.22%16.08%-
HSV(B)288.57º67.74%24.31%-
XYZ2.641.634.73-
YUV34.95143.26141.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.71%
GREEN value IS 20 (8.20% from 255) = 14.71%
BLUE value IS 62 (24.61% from 255) = 45.59%
R=39.71%
G=14.71%
B=45.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5420620.130.6800.76288.5751.2216.08
Hex36143ED4404C1213310
Octal6624761510401144416320
Binary11011010100111110110110001000100110010010000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36143E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36143E; }

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

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

<style>
 a { background-color: #36143E; }

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

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

<style>
 span { border-color: #36143E; }

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

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