#36053D

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

Shades of Blackcurrant #36053D

Tints of Blackcurrant #36053D

Color information

#36053D (or 0x36053D) is unknown color: approx Blackcurrant. HEX triplet: 36, 05 and 3D. RGB value is (54,5,61). Sum of RGB (Red+Green+Blue) = 54+5+61=120 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 61 (24.22% from 255 or 50.83% from 120); Max value from RGB is 61 - color contains mainly: blue. Hex color #36053D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36053D is #C9FAC2. Grayscale: #191919. Windows color (decimal): -13236931 or 3999030. OLE color: 3999030.

HSL color Cylindrical-coordinate representation of color #36053D: hue angle of 292.5º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #36053D is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB54561-
CMYK0.110.9200.76
HSL292.5º84.85%12.94%-
HSV(B)292.5º91.8%23.92%-
XYZ2.421.234.52-
YUV26.04147.73147.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45%
GREEN value IS 5 (2.34% from 255) = 4.17%
BLUE value IS 61 (24.22% from 255) = 50.83%
R=45%
G=4.17%
B=50.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal545610.110.9200.76292.584.8512.94
Hex3653DB5C04C12455d
Octal6657513134011444412515
Binary110110101111101101110111000100110010010010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36053D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,5,61); }

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

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

 a { background-color: rgb(54,5,61); }

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

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

 span { border-color: rgb(54,5,61); }

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