#21232C

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

Shades of Black Russian #21232C

Tints of Black Russian #21232C

Color information

#21232C (or 0x21232C) is unknown color: approx Black Russian. HEX triplet: 21, 23 and 2C. RGB value is (33,35,44). Sum of RGB (Red+Green+Blue) = 33+35+44=112 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.46% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 44 (17.58% from 255 or 39.29% from 112); Max value from RGB is 44 - color contains mainly: blue. Hex color #21232C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21232C is #DEDCD3. Grayscale: #232323. Windows color (decimal): -14605524 or 2892577. OLE color: 2892577.

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

Color convert

RGB333544-
CMYK0.250.2000.83
HSL229.09º14.29%15.1%-
HSV(B)229.09º25%17.25%-
XYZ1.681.712.62-
YUV35.43132.84126.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.46%
GREEN value IS 35 (14.06% from 255) = 31.25%
BLUE value IS 44 (17.58% from 255) = 39.29%
R=29.46%
G=31.25%
B=39.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3335440.250.2000.83229.0914.2915.1
Hex21232C1914053e5ef
Octal414354312401233451617
Binary1000011000111011001100110100010100111110010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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