#0B1F1F

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

Shades of Swamp #0B1F1F

Tints of Swamp #0B1F1F

Color information

#0B1F1F (or 0x0B1F1F) is unknown color: approx Swamp. HEX triplet: 0B, 1F and 1F. RGB value is (11,31,31). Sum of RGB (Red+Green+Blue) = 11+31+31=73 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.07% from 73); Green value is 31 (12.5% from 255 or 42.47% from 73); Blue value is 31 (12.5% from 255 or 42.47% from 73); Max value from RGB is 31 - color contains mainly: green, blue. Hex color #0B1F1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B1F1F is #F4E0E0. Grayscale: #191919. Windows color (decimal): -16048353 or 2039563. OLE color: 2039563.

HSL color Cylindrical-coordinate representation of color #0B1F1F: hue angle of 180º degrees, saturation: 0.48, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0B1F1F is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB113131-
CMYK0.65000.88
HSL180º47.62%8.24%-
HSV(B)180º64.52%12.16%-
XYZ0.881.151.47-
YUV25.02131.37118-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 15.07%
GREEN value IS 31 (12.5% from 255) = 42.47%
BLUE value IS 31 (12.5% from 255) = 42.47%
R=15.07%
G=42.47%
B=42.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1131310.65000.8818047.628.24
HexB1F1F410058b4308
Octal133737101001302646010
Binary101111111111111000001001011000101101001100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,31,31); }

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

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

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

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

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

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

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