#36253B

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

Shades of Blackcurrant #36253B

Tints of Blackcurrant #36253B

Color information

#36253B (or 0x36253B) is unknown color: approx Blackcurrant. HEX triplet: 36, 25 and 3B. RGB value is (54,37,59). Sum of RGB (Red+Green+Blue) = 54+37+59=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 59 (23.44% from 255 or 39.33% from 150); Max value from RGB is 59 - color contains mainly: blue. Hex color #36253B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36253B is #C9DAC4. Grayscale: #2C2C2C. Windows color (decimal): -13228741 or 3876150. OLE color: 3876150.

HSL color Cylindrical-coordinate representation of color #36253B: hue angle of 286.36º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #36253B is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB543759-
CMYK0.080.3700.77
HSL286.36º22.92%18.82%-
HSV(B)286.36º37.29%23.14%-
XYZ2.972.424.45-
YUV44.59136.13134.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36%
GREEN value IS 37 (14.84% from 255) = 24.67%
BLUE value IS 59 (23.44% from 255) = 39.33%
R=36%
G=24.67%
B=39.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5437590.080.3700.77286.3622.9218.82
Hex36253B82504D11e1713
Octal664573104501154362723
Binary1101101001011110111000100101010011011000111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36253B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,37,59); }

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

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

 a { background-color: rgb(54,37,59); }

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

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

 span { border-color: rgb(54,37,59); }

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