Html Css Color HEX #222930 Blue Charcoal

📋 copy color: '#222930'

red 34 ◦ green 41 ◦ blue 48

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

Shades of Blue Charcoal #222930

Tints of Blue Charcoal #222930

RGB

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

 GREEN value IS 41 (16.41% from 255) = 33.33%

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

R = 27.64%
G = 33.33%
B = 39.02%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#222930 (or 0x222930) is known color: Blue Charcoal. HEX triplet: 22, 29 and 30. RGB value is (34,41,48). Sum of RGB (Red+Green+Blue) = 34+41+48=123 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.64% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 48 - color contains mainly: blue. Hex color #222930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222930 is #DDD6CF. Grayscale: #272727. Windows color (decimal): -14538448 or 3156258. OLE color: 3156258.

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

Color convert

RGB 34 41 48 -
CMYK 0.29 0.15 0 0.81
HSL 210º 0.17% 0.16% -
HSV(B) 210º 0.29% 0.19% -
XYZ 1.99 2.14 3.1 -
YUV 39.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 34 41 48 0.29 0.15 0 0.81 210 0.17 0.16
Hex 22 29 30 1D F 0 51 D2 11 10
Octal 42 51 60 35 17 0 121 322 21 20
Binary 100010 101001 110000 11101 1111 0 1010001 11010010 10001 10000

Color Harmonies of #222930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222930

Black with #222930

Text Example


Text Example

White with #222930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222930; }

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

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

background-color css

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

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

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

border-color css

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

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

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