#20232D

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

Shades of Black Russian #20232D

Tints of Black Russian #20232D

Color information

#20232D (or 0x20232D) is unknown color: approx Black Russian. HEX triplet: 20, 23 and 2D. RGB value is (32,35,45). Sum of RGB (Red+Green+Blue) = 32+35+45=112 (14% of max value = 765). Red value is 32 (12.89% from 255 or 28.57% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 45 (17.97% from 255 or 40.18% from 112); Max value from RGB is 45 - color contains mainly: blue. Hex color #20232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20232D is #DFDCD2. Grayscale: #232323. Windows color (decimal): -14671059 or 2958112. OLE color: 2958112.

HSL color Cylindrical-coordinate representation of color #20232D: hue angle of 226.15º degrees, saturation: 0.17, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #20232D is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB323545-
CMYK0.290.2200.82
HSL226.15º16.88%15.1%-
HSV(B)226.15º28.89%17.65%-
XYZ1.671.72.72-
YUV35.24133.51125.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 28.57%
GREEN value IS 35 (14.06% from 255) = 31.25%
BLUE value IS 45 (17.97% from 255) = 40.18%
R=28.57%
G=31.25%
B=40.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3235450.290.2200.82226.1516.8815.1
Hex20232D1D16052e211f
Octal404355352601223422117
Binary10000010001110110111101101100101001011100010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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