#36044D

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

Shades of Blackcurrant #36044D

Tints of Blackcurrant #36044D

Color information

#36044D (or 0x36044D) is unknown color: approx Blackcurrant. HEX triplet: 36, 04 and 4D. RGB value is (54,4,77). Sum of RGB (Red+Green+Blue) = 54+4+77=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 77 (30.47% from 255 or 57.04% from 135); Max value from RGB is 77 - color contains mainly: blue. Hex color #36044D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36044D is #C9FBB2. Grayscale: #1B1B1B. Windows color (decimal): -13237171 or 5047350. OLE color: 5047350.

HSL color Cylindrical-coordinate representation of color #36044D: hue angle of 281.1º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #36044D is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB54477-
CMYK0.300.9500.70
HSL281.1º90.12%15.88%-
HSV(B)281.1º94.81%30.2%-
XYZ2.91.417.14-
YUV27.27156.06147.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40%
GREEN value IS 4 (1.95% from 255) = 2.96%
BLUE value IS 77 (30.47% from 255) = 57.04%
R=40%
G=2.96%
B=57.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal544770.300.9500.70281.190.1215.88
Hex3644D1E5F0461195a10
Octal66411536137010643113220
Binary110110100100110111110101111101000110100011001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36044D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36044D; }

 p { color: rgb(54,4,77); }

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

<style>
 a { background-color: #36044D; }

 a { background-color: rgb(54,4,77); }

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

<style>
 span { border-color: #36044D; }

 span { border-color: rgb(54,4,77); }

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