#20232C

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

Shades of Black Russian #20232C

Tints of Black Russian #20232C

Color information

#20232C (or 0x20232C) is unknown color: approx Black Russian. HEX triplet: 20, 23 and 2C. RGB value is (32,35,44). Sum of RGB (Red+Green+Blue) = 32+35+44=111 (14% of max value = 765). Red value is 32 (12.89% from 255 or 28.83% from 111); Green value is 35 (14.06% from 255 or 31.53% from 111); Blue value is 44 (17.58% from 255 or 39.64% from 111); Max value from RGB is 44 - color contains mainly: blue. Hex color #20232C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20232C is #DFDCD3. Grayscale: #232323. Windows color (decimal): -14671060 or 2892576. OLE color: 2892576.

HSL color Cylindrical-coordinate representation of color #20232C: hue angle of 225º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #20232C is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB323544-
CMYK0.270.2000.83
HSL225º15.79%14.9%-
HSV(B)225º27.27%17.25%-
XYZ1.651.692.62-
YUV35.13133.01125.77-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 28.83%
GREEN value IS 35 (14.06% from 255) = 31.53%
BLUE value IS 44 (17.58% from 255) = 39.64%
R=28.83%
G=31.53%
B=39.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3235440.270.2000.8322515.7914.9
Hex20232C1B14053e110f
Octal404354332401233412017
Binary10000010001110110011011101000101001111100001100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20232C; }

 p { color: rgb(32,35,44); }

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

<style>
 a { background-color: #20232C; }

 a { background-color: rgb(32,35,44); }

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

<style>
 span { border-color: #20232C; }

 span { border-color: rgb(32,35,44); }

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