#212126

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

Shades of Black Russian #212126

Tints of Black Russian #212126

Color information

#212126 (or 0x212126) is unknown color: approx Black Russian. HEX triplet: 21, 21 and 26. RGB value is (33,33,38). Sum of RGB (Red+Green+Blue) = 33+33+38=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 38 (15.23% from 255 or 36.54% from 104); Max value from RGB is 38 - color contains mainly: blue. Hex color #212126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212126 is #DEDED9. Grayscale: #212121. Windows color (decimal): -14606042 or 2498849. OLE color: 2498849.

HSL color Cylindrical-coordinate representation of color #212126: hue angle of 240º 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 #212126 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB333338-
CMYK0.130.1300.85
HSL240º7.04%13.92%-
HSV(B)240º13.16%14.9%-
XYZ1.521.552.05-
YUV33.57130.5127.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.73%
GREEN value IS 33 (13.28% from 255) = 31.73%
BLUE value IS 38 (15.23% from 255) = 36.54%
R=31.73%
G=31.73%
B=36.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3333380.130.1300.852407.0413.92
Hex212126DD055f07e
Octal41414615150125360716
Binary1000011000011001101101110101010101111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212126; }

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

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

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

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

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

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

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

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