Html Css Color HEX #222225 Black Russian

📋 copy color: '#222225'

red 34 ◦ green 34 ◦ blue 37

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

Shades of Black Russian #222225

Tints of Black Russian #222225

RGB

 RED value IS 34 (13.67% from 255) = 32.38%

 GREEN value IS 34 (13.67% from 255) = 32.38%

 BLUE value IS 37 (14.84% from 255) = 35.24%

R = 32.38%
G = 32.38%
B = 35.24%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#222225 (or 0x222225) is known color: Black Russian. HEX triplet: 22, 22 and 25. RGB value is (34,34,37). Sum of RGB (Red+Green+Blue) = 34+34+37=105 (13% of max value = 765). Red value is 34 (13.67% from 255 or 32.38% from 105); Green value is 34 (13.67% from 255 or 32.38% from 105); Blue value is 37 (14.84% from 255 or 35.24% from 105); Max value from RGB is 37 - color contains mainly: blue. Hex color #222225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222225 is #DDDDDA. Grayscale: #222222. Windows color (decimal): -14540251 or 2433570. OLE color: 2433570.

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

Color convert

RGB 34 34 37 -
CMYK 0.08 0.08 0 0.85
HSL 240º 0.04% 0.14% -
HSV(B) 240º 0.08% 0.15% -
XYZ 1.57 1.62 1.98 -
YUV 34.34 129.5 127.76 -
System Red Green Blue C M Y K H S L
Decimal 34 34 37 0.08 0.08 0 0.85 240 0.04 0.14
Hex 22 22 25 8 8 0 55 F0 4 E
Octal 42 42 45 10 10 0 125 360 4 16
Binary 100010 100010 100101 1000 1000 0 1010101 11110000 100 1110

Color Harmonies of #222225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222225

Black with #222225

Text Example


Text Example

White with #222225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222225; }

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

 H1.HeaderClassName
 {
   color: #222225;
 }
 .AnyTagClassName
 {
   color: #222225;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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