#212333

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

Shades of Black Russian #212333

Tints of Black Russian #212333

Color information

#212333 (or 0x212333) is unknown color: approx Black Russian. HEX triplet: 21, 23 and 33. RGB value is (33,35,51). Sum of RGB (Red+Green+Blue) = 33+35+51=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 51 (20.31% from 255 or 42.86% from 119); Max value from RGB is 51 - color contains mainly: blue. Hex color #212333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212333 is #DEDCCC. Grayscale: #242424. Windows color (decimal): -14605517 or 3351329. OLE color: 3351329.

HSL color Cylindrical-coordinate representation of color #212333: hue angle of 233.33º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #212333 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB333551-
CMYK0.350.3100.8
HSL233.33º21.43%16.47%-
HSV(B)233.33º35.29%20%-
XYZ1.831.763.38-
YUV36.23136.34125.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.73%
GREEN value IS 35 (14.06% from 255) = 29.41%
BLUE value IS 51 (20.31% from 255) = 42.86%
R=27.73%
G=29.41%
B=42.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3335510.350.3100.8233.3321.4316.47
Hex212333231F050e91510
Octal414363433701203512520
Binary1000011000111100111000111111101010000111010011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212333; }

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

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

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

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

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

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

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

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