Html Css Color HEX #212225 Black Russian

📋 copy color: '#212225'

red 33 ◦ green 34 ◦ blue 37

#212225
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #212225

Tints of Black Russian #212225

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 value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#212225 (or 0x212225) is known color: 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

RGB 33 34 37 -
CMYK 0.11 0.08 0 0.85
HSL 225º 0.06% 0.14% -
HSV(B) 225º 0.11% 0.15% -
XYZ 1.53 1.6 1.98 -
YUV 34.04 129.67 127.26 -
System Red Green Blue C M Y K H S L
Decimal 33 34 37 0.11 0.08 0 0.85 225 0.06 0.14
Hex 21 22 25 B 8 0 55 E1 6 E
Octal 41 42 45 13 10 0 125 341 6 16
Binary 100001 100010 100101 1011 1000 0 1010101 11100001 110 1110

Color Harmonies of #212225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212225

Black with #212225

Text Example


Text Example

White with #212225

Text Example


Text Example

HTML Codes & Css Web 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>