Html Css Color HEX #222530 Black Russian

📋 copy color: '#222530'

red 34 ◦ green 37 ◦ blue 48

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

Shades of Black Russian #222530

Tints of Black Russian #222530

RGB

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

 GREEN value IS 37 (14.84% from 255) = 31.09%

 BLUE value IS 48 (19.14% from 255) = 40.34%

R = 28.57%
G = 31.09%
B = 40.34%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#222530 (or 0x222530) is known color: Black Russian. HEX triplet: 22, 25 and 30. RGB value is (34,37,48). Sum of RGB (Red+Green+Blue) = 34+37+48=119 (15% of max value = 765). Red value is 34 (13.67% from 255 or 28.57% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 48 - color contains mainly: blue. Hex color #222530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222530 is #DDDACF. Grayscale: #252525. Windows color (decimal): -14539472 or 3155234. OLE color: 3155234.

HSL color Cylindrical-coordinate representation of color #222530: hue angle of 227.14º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #222530 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 34 37 48 -
CMYK 0.29 0.23 0 0.81
HSL 227.14º 0.17% 0.16% -
HSV(B) 227.14º 0.29% 0.19% -
XYZ 1.85 1.88 3.06 -
YUV 37.36 134.01 125.61 -
System Red Green Blue C M Y K H S L
Decimal 34 37 48 0.29 0.23 0 0.81 227.14 0.17 0.16
Hex 22 25 30 1D 17 0 51 E3 11 10
Octal 42 45 60 35 27 0 121 343 21 20
Binary 100010 100101 110000 11101 10111 0 1010001 11100011 10001 10000

Color Harmonies of #222530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222530

Black with #222530

Text Example


Text Example

White with #222530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222530; }

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

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

background-color css

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

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

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

border-color css

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

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

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