#212225

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

Shades of Black Russian #212225

Tints of Black Russian #212225

Color information

#212225 (or 0x212225) is unknown color: approx Black Russian. HEX triplet: 21, 22 and 25. RGB value is (33,34,37). Sum of RGB (Red+Green+Blue) = 33+34+37=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 34 (13.67% from 255 or 32.69% from 104); Blue value is 37 (14.84% from 255 or 35.58% from 104); Max value from RGB is 37 - color contains mainly: blue. Hex color #212225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212225 is #DEDDDA. Grayscale: #222222. Windows color (decimal): -14605787 or 2433569. OLE color: 2433569.

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

Color convert

RGB333437-
CMYK0.110.0800.85
HSL225º5.71%13.73%-
HSV(B)225º10.81%14.51%-
XYZ1.531.61.98-
YUV34.04129.67127.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.73%
GREEN value IS 34 (13.67% from 255) = 32.69%
BLUE value IS 37 (14.84% from 255) = 35.58%
R=31.73%
G=32.69%
B=35.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3334370.110.0800.852255.7113.73
Hex212225B8055e16e
Octal41424513100125341616
Binary1000011000101001011011100001010101111000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212225; }

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

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

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

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

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

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

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

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