#212234

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

Shades of Black Russian #212234

Tints of Black Russian #212234

Color information

#212234 (or 0x212234) is unknown color: approx Black Russian. HEX triplet: 21, 22 and 34. RGB value is (33,34,52). Sum of RGB (Red+Green+Blue) = 33+34+52=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 52 (20.70% from 255 or 43.70% from 119); Max value from RGB is 52 - color contains mainly: blue. Hex color #212234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212234 is #DEDDCB. Grayscale: #232323. Windows color (decimal): -14605772 or 3416609. OLE color: 3416609.

HSL color Cylindrical-coordinate representation of color #212234: hue angle of 236.84º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #212234 is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB333452-
CMYK0.370.3500.80
HSL236.84º22.35%16.67%-
HSV(B)236.84º36.54%20.39%-
XYZ1.821.723.48-
YUV35.75137.17126.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.73%
GREEN value IS 34 (13.67% from 255) = 28.57%
BLUE value IS 52 (20.70% from 255) = 43.70%
R=27.73%
G=28.57%
B=43.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3334520.370.3500.80236.8422.3516.67
Hex2122342523050ed1611
Octal414264454301203552621
Binary10000110001011010010010110001101010000111011011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212234; }

 p { color: rgb(33,34,52); }

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

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

 a { background-color: rgb(33,34,52); }

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

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

 span { border-color: rgb(33,34,52); }

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