#212226

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

Shades of Black Russian #212226

Tints of Black Russian #212226

Color information

#212226 (or 0x212226) is unknown color: approx Black Russian. HEX triplet: 21, 22 and 26. RGB value is (33,34,38). Sum of RGB (Red+Green+Blue) = 33+34+38=105 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.43% from 105); Green value is 34 (13.67% from 255 or 32.38% from 105); Blue value is 38 (15.23% from 255 or 36.19% from 105); Max value from RGB is 38 - color contains mainly: blue. Hex color #212226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212226 is #DEDDD9. Grayscale: #222222. Windows color (decimal): -14605786 or 2499105. OLE color: 2499105.

HSL color Cylindrical-coordinate representation of color #212226: hue angle of 228º degrees, saturation: 0.07, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #212226 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB333438-
CMYK0.130.1100.85
HSL228º7.04%13.92%-
HSV(B)228º13.16%14.9%-
XYZ1.551.612.06-
YUV34.16130.17127.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.43%
GREEN value IS 34 (13.67% from 255) = 32.38%
BLUE value IS 38 (15.23% from 255) = 36.19%
R=31.43%
G=32.38%
B=36.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3334380.130.1100.852287.0413.92
Hex212226DB055e47e
Octal41424615130125344716
Binary1000011000101001101101101101010101111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212226; }

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

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

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

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

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

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

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

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