Html Css Color HEX #24252A Black Russian

📋 copy color: '#24252A'

red 36 ◦ green 37 ◦ blue 42

#24252A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #24252A

Tints of Black Russian #24252A

RGB

 RED value IS 36 (14.45% from 255) = 31.3%

 GREEN value IS 37 (14.84% from 255) = 32.17%

 BLUE value IS 42 (16.8% from 255) = 36.52%

R = 31.3%
G = 32.17%
B = 36.52%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#24252A (or 0x24252A) is known color: Black Russian. HEX triplet: 24, 25 and 2A. RGB value is (36,37,42). Sum of RGB (Red+Green+Blue) = 36+37+42=115 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.30% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 42 - color contains mainly: blue. Hex color #24252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24252A is #DBDAD5. Grayscale: #252525. Windows color (decimal): -14408406 or 2762020. OLE color: 2762020.

HSL color Cylindrical-coordinate representation of color #24252A: hue angle of 230º degrees, saturation: 0.08, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #24252A is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 36 37 42 -
CMYK 0.14 0.12 0 0.84
HSL 230º 0.08% 0.15% -
HSV(B) 230º 0.14% 0.16% -
XYZ 1.81 1.87 2.46 -
YUV 37.27 130.67 127.09 -
System Red Green Blue C M Y K H S L
Decimal 36 37 42 0.14 0.12 0 0.84 230 0.08 0.15
Hex 24 25 2A E C 0 54 E6 8 F
Octal 44 45 52 16 14 0 124 346 10 17
Binary 100100 100101 101010 1110 1100 0 1010100 11100110 1000 1111

Color Harmonies of #24252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24252A

Black with #24252A

Text Example


Text Example

White with #24252A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24252A;
 }
 .AnyTagClassName
 {
   color: #24252A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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