#212330

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

Shades of Black Russian #212330

Tints of Black Russian #212330

Color information

#212330 (or 0x212330) is unknown color: approx Black Russian. HEX triplet: 21, 23 and 30. RGB value is (33,35,48). Sum of RGB (Red+Green+Blue) = 33+35+48=116 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.45% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 48 (19.14% from 255 or 41.38% from 116); Max value from RGB is 48 - color contains mainly: blue. Hex color #212330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212330 is #DEDCCF. Grayscale: #232323. Windows color (decimal): -14605520 or 3154721. OLE color: 3154721.

HSL color Cylindrical-coordinate representation of color #212330: hue angle of 232º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #212330 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB333548-
CMYK0.310.2700.81
HSL232º18.52%15.88%-
HSV(B)232º31.25%18.82%-
XYZ1.761.743.04-
YUV35.88134.84125.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 28.45%
GREEN value IS 35 (14.06% from 255) = 30.17%
BLUE value IS 48 (19.14% from 255) = 41.38%
R=28.45%
G=30.17%
B=41.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3335480.310.2700.8123218.5215.88
Hex2123301F1B051e81310
Octal414360373301213502320
Binary100001100011110000111111101101010001111010001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212330; }

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

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

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

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

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

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

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

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