#0B2221

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

Shades of Swamp #0B2221

Tints of Swamp #0B2221

Color information

#0B2221 (or 0x0B2221) is unknown color: approx Swamp. HEX triplet: 0B, 22 and 21. RGB value is (11,34,33). Sum of RGB (Red+Green+Blue) = 11+34+33=78 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.10% from 78); Green value is 34 (13.67% from 255 or 43.59% from 78); Blue value is 33 (13.28% from 255 or 42.31% from 78); Max value from RGB is 34 - color contains mainly: green. Hex color #0B2221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2221 is #F4DDDE. Grayscale: #1A1A1A. Windows color (decimal): -16047583 or 2171403. OLE color: 2171403.

HSL color Cylindrical-coordinate representation of color #0B2221: hue angle of 177.39º degrees, saturation: 0.51, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0B2221 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.

Color convert

RGB113433-
CMYK0.6800.030.87
HSL177.39º51.11%8.82%-
HSV(B)177.39º67.65%13.33%-
XYZ0.981.331.64-
YUV27.01131.38116.58-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 14.10%
GREEN value IS 34 (13.67% from 255) = 43.59%
BLUE value IS 33 (13.28% from 255) = 42.31%
R=14.10%
G=43.59%
B=42.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1134330.6800.030.87177.3951.118.82
HexB2221440357b1339
Octal134241104031272616311
Binary101110001010000110001000111010111101100011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B2221; }

 p { color: rgb(11,34,33); }

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

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

 a { background-color: rgb(11,34,33); }

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

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

 span { border-color: rgb(11,34,33); }

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