#24252E

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

Shades of Black Russian #24252E

Tints of Black Russian #24252E

Color information

#24252E (or 0x24252E) is unknown color: approx Black Russian. HEX triplet: 24, 25 and 2E. RGB value is (36,37,46). Sum of RGB (Red+Green+Blue) = 36+37+46=119 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.25% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 46 (18.36% from 255 or 38.66% from 119); Max value from RGB is 46 - color contains mainly: blue. Hex color #24252E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24252E is #DBDAD1. Grayscale: #252525. Windows color (decimal): -14408402 or 3024164. OLE color: 3024164.

HSL color Cylindrical-coordinate representation of color #24252E: hue angle of 234º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #24252E is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB363746-
CMYK0.220.2000.82
HSL234º12.2%16.08%-
HSV(B)234º21.74%18.04%-
XYZ1.881.92.85-
YUV37.73132.67126.77-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 30.25%
GREEN value IS 37 (14.84% from 255) = 31.09%
BLUE value IS 46 (18.36% from 255) = 38.66%
R=30.25%
G=31.09%
B=38.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3637460.220.2000.8223412.216.08
Hex24252E1614052eac10
Octal444556262401223521420
Binary10010010010110111010110101000101001011101010110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,37,46); }

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

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

 a { background-color: rgb(36,37,46); }

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

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

 span { border-color: rgb(36,37,46); }

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