#212123

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

Shades of Black Russian #212123

Tints of Black Russian #212123

Color information

#212123 (or 0x212123) is unknown color: approx Black Russian. HEX triplet: 21, 21 and 23. RGB value is (33,33,35). Sum of RGB (Red+Green+Blue) = 33+33+35=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 33 (13.28% from 255 or 32.67% from 101); Blue value is 35 (14.06% from 255 or 34.65% from 101); Max value from RGB is 35 - color contains mainly: blue. Hex color #212123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212123 is #DEDEDC. Grayscale: #212121. Windows color (decimal): -14606045 or 2302241. OLE color: 2302241.

HSL color Cylindrical-coordinate representation of color #212123: hue angle of 240º degrees, saturation: 0.03, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #212123 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB333335-
CMYK0.060.0600.86
HSL240º2.94%13.33%-
HSV(B)240º5.71%13.73%-
XYZ1.471.531.81-
YUV33.23129127.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.67%
GREEN value IS 33 (13.28% from 255) = 32.67%
BLUE value IS 35 (14.06% from 255) = 34.65%
R=32.67%
G=32.67%
B=34.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3333350.060.0600.862402.9413.33
Hex21212366056f03d
Octal414143660126360315
Binary1000011000011000111101100101011011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212123; }

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

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

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

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

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

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

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

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