#20232B

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

Shades of Black Russian #20232B

Tints of Black Russian #20232B

Color information

#20232B (or 0x20232B) is unknown color: approx Black Russian. HEX triplet: 20, 23 and 2B. RGB value is (32,35,43). Sum of RGB (Red+Green+Blue) = 32+35+43=110 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.09% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 43 (17.19% from 255 or 39.09% from 110); Max value from RGB is 43 - color contains mainly: blue. Hex color #20232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20232B is #DFDCD4. Grayscale: #222222. Windows color (decimal): -14671061 or 2827040. OLE color: 2827040.

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

Color convert

RGB323543-
CMYK0.260.1900.83
HSL223.64º14.67%14.71%-
HSV(B)223.64º25.58%16.86%-
XYZ1.631.682.52-
YUV35.02132.51125.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 29.09%
GREEN value IS 35 (14.06% from 255) = 31.82%
BLUE value IS 43 (17.19% from 255) = 39.09%
R=29.09%
G=31.82%
B=39.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3235430.260.1900.83223.6414.6714.71
Hex20232B1A13053e0ff
Octal404353322301233401717
Binary1000001000111010111101010011010100111110000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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