Html Css Color HEX #222330 Black Russian

📋 copy color: '#222330'

red 34 ◦ green 35 ◦ blue 48

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

Shades of Black Russian #222330

Tints of Black Russian #222330

RGB

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

 GREEN value IS 35 (14.06% from 255) = 29.91%

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

R = 29.06%
G = 29.91%
B = 41.03%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#222330 (or 0x222330) is known color: Black Russian. HEX triplet: 22, 23 and 30. RGB value is (34,35,48). Sum of RGB (Red+Green+Blue) = 34+35+48=117 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.06% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 48 (19.14% from 255 or 41.03% from 117); Max value from RGB is 48 - color contains mainly: blue. Hex color #222330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222330 is #DDDCCF. Grayscale: #242424. Windows color (decimal): -14539984 or 3154722. OLE color: 3154722.

HSL color Cylindrical-coordinate representation of color #222330: hue angle of 235.71º 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 #222330 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 34 35 48 -
CMYK 0.29 0.27 0 0.81
HSL 235.71º 0.17% 0.16% -
HSV(B) 235.71º 0.29% 0.19% -
XYZ 1.79 1.76 3.04 -
YUV 36.18 134.67 126.44 -
System Red Green Blue C M Y K H S L
Decimal 34 35 48 0.29 0.27 0 0.81 235.71 0.17 0.16
Hex 22 23 30 1D 1B 0 51 EC 11 10
Octal 42 43 60 35 33 0 121 354 21 20
Binary 100010 100011 110000 11101 11011 0 1010001 11101100 10001 10000

Color Harmonies of #222330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222330

Black with #222330

Text Example


Text Example

White with #222330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222330; }

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

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

background-color css

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

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

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

border-color css

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

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

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