#223031

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

Shades of Swamp #223031

Tints of Swamp #223031

Color information

#223031 (or 0x223031) is unknown color: approx Swamp. HEX triplet: 22, 30 and 31. RGB value is (34,48,49). Sum of RGB (Red+Green+Blue) = 34+48+49=131 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.95% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 49 - color contains mainly: blue. Hex color #223031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223031 is #DDCFCE. Grayscale: #2B2B2B. Windows color (decimal): -14536655 or 3223586. OLE color: 3223586.

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

Color convert

RGB344849-
CMYK0.310.0200.81
HSL184º18.07%16.27%-
HSV(B)184º30.61%19.22%-
XYZ2.272.683.3-
YUV43.93130.86120.92-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.95%
GREEN value IS 48 (19.14% from 255) = 36.64%
BLUE value IS 49 (19.53% from 255) = 37.40%
R=25.95%
G=36.64%
B=37.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3448490.310.0200.8118418.0716.27
Hex2230311F2051b81210
Octal42606137201212702220
Binary100010110000110001111111001010001101110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223031; }

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

 H1.HeaderClassName
 {
   color: #223031;
 }
 .AnyTagClassName
 {
   color: #223031;
 }
</style>
background-color css

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

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

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

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

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

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