#20232F

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

Shades of Black Russian #20232F

Tints of Black Russian #20232F

Color information

#20232F (or 0x20232F) is unknown color: approx Black Russian. HEX triplet: 20, 23 and 2F. RGB value is (32,35,47). Sum of RGB (Red+Green+Blue) = 32+35+47=114 (15% of max value = 765). Red value is 32 (12.89% from 255 or 28.07% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 47 (18.75% from 255 or 41.23% from 114); Max value from RGB is 47 - color contains mainly: blue. Hex color #20232F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20232F is #DFDCD0. Grayscale: #232323. Windows color (decimal): -14671057 or 3089184. OLE color: 3089184.

HSL color Cylindrical-coordinate representation of color #20232F: hue angle of 228º 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 #20232F is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB323547-
CMYK0.320.2600.82
HSL228º18.99%15.49%-
HSV(B)228º31.91%18.43%-
XYZ1.711.712.93-
YUV35.47134.51125.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 28.07%
GREEN value IS 35 (14.06% from 255) = 30.70%
BLUE value IS 47 (18.75% from 255) = 41.23%
R=28.07%
G=30.70%
B=41.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3235470.320.2600.8222818.9915.49
Hex20232F201A052e413f
Octal404357403201223442317
Binary100000100011101111100000110100101001011100100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20232F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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