#20242F

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

Shades of Black Russian #20242F

Tints of Black Russian #20242F

Color information

#20242F (or 0x20242F) is unknown color: approx Black Russian. HEX triplet: 20, 24 and 2F. RGB value is (32,36,47). Sum of RGB (Red+Green+Blue) = 32+36+47=115 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.83% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 47 (18.75% from 255 or 40.87% from 115); Max value from RGB is 47 - color contains mainly: blue. Hex color #20242F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20242F is #DFDBD0. Grayscale: #242424. Windows color (decimal): -14670801 or 3089440. OLE color: 3089440.

HSL color Cylindrical-coordinate representation of color #20242F: hue angle of 224º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #20242F is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB323647-
CMYK0.320.2300.82
HSL224º18.99%15.49%-
HSV(B)224º31.91%18.43%-
XYZ1.741.772.94-
YUV36.06134.17125.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 27.83%
GREEN value IS 36 (14.45% from 255) = 31.30%
BLUE value IS 47 (18.75% from 255) = 40.87%
R=27.83%
G=31.30%
B=40.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3236470.320.2300.8222418.9915.49
Hex20242F2017052e013f
Octal404457402701223402317
Binary100000100100101111100000101110101001011100000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20242F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20242F; }

 p { color: rgb(32,36,47); }

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

<style>
 a { background-color: #20242F; }

 a { background-color: rgb(32,36,47); }

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

<style>
 span { border-color: #20242F; }

 span { border-color: rgb(32,36,47); }

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