#0B2324

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

Shades of Swamp #0B2324

Tints of Swamp #0B2324

Color information

#0B2324 (or 0x0B2324) is unknown color: approx Swamp. HEX triplet: 0B, 23 and 24. RGB value is (11,35,36). Sum of RGB (Red+Green+Blue) = 11+35+36=82 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.41% from 82); Green value is 35 (14.06% from 255 or 42.68% from 82); Blue value is 36 (14.45% from 255 or 43.90% from 82); Max value from RGB is 36 - color contains mainly: blue. Hex color #0B2324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2324 is #F4DCDB. Grayscale: #1B1B1B. Windows color (decimal): -16047324 or 2368267. OLE color: 2368267.

HSL color Cylindrical-coordinate representation of color #0B2324: hue angle of 182.4º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0B2324 is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB113536-
CMYK0.690.0300.86
HSL182.4º53.19%9.22%-
HSV(B)182.4º69.44%14.12%-
XYZ1.061.41.88-
YUV27.94132.55115.92-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.41%
GREEN value IS 35 (14.06% from 255) = 42.68%
BLUE value IS 36 (14.45% from 255) = 43.90%
R=13.41%
G=42.68%
B=43.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1135360.690.0300.86182.453.199.22
HexB2324453056b6359
Octal134344105301262666511
Binary101110001110010010001011101010110101101101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,35,36); }

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

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

 a { background-color: rgb(11,35,36); }

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

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

 span { border-color: rgb(11,35,36); }

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