#222930

Color #222930 Blue Charcoal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Charcoal #222930

Tints of Blue Charcoal #222930

Color information

#222930 (or 0x222930) is unknown color: approx 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

RGB344148-
CMYK0.290.1500.81
HSL210º17.07%16.08%-
HSV(B)210º29.17%18.82%-
XYZ1.992.143.1-
YUV39.71132.68123.93-

RGB Variations

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

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 (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3441480.290.1500.8121017.0716.08
Hex2229301DF051d21110
Octal425160351701213222120
Binary10001010100111000011101111101010001110100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>