#24262A

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

Shades of Black Russian #24262A

Tints of Black Russian #24262A

Color information

#24262A (or 0x24262A) is unknown color: approx Black Russian. HEX triplet: 24, 26 and 2A. RGB value is (36,38,42). Sum of RGB (Red+Green+Blue) = 36+38+42=116 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.03% from 116); Green value is 38 (15.23% from 255 or 32.76% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 42 - color contains mainly: blue. Hex color #24262A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24262A is #DBD9D5. Grayscale: #252525. Windows color (decimal): -14408150 or 2762276. OLE color: 2762276.

HSL color Cylindrical-coordinate representation of color #24262A: hue angle of 220º 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 #24262A is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB363842-
CMYK0.140.1000.84
HSL220º7.69%15.29%-
HSV(B)220º14.29%16.47%-
XYZ1.841.932.47-
YUV37.86130.34126.67-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 31.03%
GREEN value IS 38 (15.23% from 255) = 32.76%
BLUE value IS 42 (16.80% from 255) = 36.21%
R=31.03%
G=32.76%
B=36.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3638420.140.1000.842207.6915.29
Hex24262AEA054dc8f
Octal444652161201243341017
Binary10010010011010101011101010010101001101110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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