#0B292C

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

Shades of Swamp #0B292C

Tints of Swamp #0B292C

Color information

#0B292C (or 0x0B292C) is unknown color: approx Swamp. HEX triplet: 0B, 29 and 2C. RGB value is (11,41,44). Sum of RGB (Red+Green+Blue) = 11+41+44=96 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.46% from 96); Green value is 41 (16.41% from 255 or 42.71% from 96); Blue value is 44 (17.58% from 255 or 45.83% from 96); Max value from RGB is 44 - color contains mainly: blue. Hex color #0B292C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B292C is #F4D6D3. Grayscale: #202020. Windows color (decimal): -16045780 or 2894091. OLE color: 2894091.

HSL color Cylindrical-coordinate representation of color #0B292C: hue angle of 185.45º degrees, saturation: 0.6, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0B292C is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB114144-
CMYK0.750.0700.83
HSL185.45º60%10.78%-
HSV(B)185.45º75%17.25%-
XYZ1.391.842.66-
YUV32.37134.56112.76-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.46%
GREEN value IS 41 (16.41% from 255) = 42.71%
BLUE value IS 44 (17.58% from 255) = 45.83%
R=11.46%
G=42.71%
B=45.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1141440.750.0700.83185.456010.78
HexB292C4B7053b93cb
Octal135154113701232717413
Binary1011101001101100100101111101010011101110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,41,44); }

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

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

 a { background-color: rgb(11,41,44); }

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

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

 span { border-color: rgb(11,41,44); }

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