#36253D

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

Shades of Blackcurrant #36253D

Tints of Blackcurrant #36253D

Color information

#36253D (or 0x36253D) is unknown color: approx Blackcurrant. HEX triplet: 36, 25 and 3D. RGB value is (54,37,61). Sum of RGB (Red+Green+Blue) = 54+37+61=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 61 - color contains mainly: blue. Hex color #36253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36253D is #C9DAC2. Grayscale: #2C2C2C. Windows color (decimal): -13228739 or 4007222. OLE color: 4007222.

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

Color convert

RGB543761-
CMYK0.110.3900.76
HSL282.5º24.49%19.22%-
HSV(B)282.5º39.34%23.92%-
XYZ3.032.444.73-
YUV44.82137.13134.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.53%
GREEN value IS 37 (14.84% from 255) = 24.34%
BLUE value IS 61 (24.22% from 255) = 40.13%
R=35.53%
G=24.34%
B=40.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5437610.110.3900.76282.524.4919.22
Hex36253DB2704C11a1813
Octal664575134701144323023
Binary1101101001011111011011100111010011001000110101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36253D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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