#21232E

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

Shades of Black Russian #21232E

Tints of Black Russian #21232E

Color information

#21232E (or 0x21232E) is unknown color: approx Black Russian. HEX triplet: 21, 23 and 2E. RGB value is (33,35,46). Sum of RGB (Red+Green+Blue) = 33+35+46=114 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.95% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 46 (18.36% from 255 or 40.35% from 114); Max value from RGB is 46 - color contains mainly: blue. Hex color #21232E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21232E is #DEDCD1. Grayscale: #232323. Windows color (decimal): -14605522 or 3023649. OLE color: 3023649.

HSL color Cylindrical-coordinate representation of color #21232E: hue angle of 230.77º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #21232E is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB333546-
CMYK0.280.2400.82
HSL230.77º16.46%15.49%-
HSV(B)230.77º28.26%18.04%-
XYZ1.721.722.83-
YUV35.66133.84126.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 28.95%
GREEN value IS 35 (14.06% from 255) = 30.70%
BLUE value IS 46 (18.36% from 255) = 40.35%
R=28.95%
G=30.70%
B=40.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3335460.280.2400.82230.7716.4615.49
Hex21232E1C18052e710f
Octal414356343001223472017
Binary10000110001110111011100110000101001011100111100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21232E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21232E; }

 p { color: rgb(33,35,46); }

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

<style>
 a { background-color: #21232E; }

 a { background-color: rgb(33,35,46); }

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

<style>
 span { border-color: #21232E; }

 span { border-color: rgb(33,35,46); }

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