#121B1B

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

Shades of Swamp #121B1B

Tints of Swamp #121B1B

Color information

#121B1B (or 0x121B1B) is unknown color: approx Swamp. HEX triplet: 12, 1B and 1B. RGB value is (18,27,27). Sum of RGB (Red+Green+Blue) = 18+27+27=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 27 (10.94% from 255 or 37.5% from 72); Blue value is 27 (10.94% from 255 or 37.5% from 72); Max value from RGB is 27 - color contains mainly: green, blue. Hex color #121B1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B1B is #EDE4E4. Grayscale: #181818. Windows color (decimal): -15590629 or 1776402. OLE color: 1776402.

HSL color Cylindrical-coordinate representation of color #121B1B: hue angle of 180º degrees, saturation: 0.2, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #121B1B is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB182727-
CMYK0.33000.89
HSL180º20%8.82%-
HSV(B)180º33.33%10.59%-
XYZ0.840.991.18-
YUV24.31129.52123.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25%
GREEN value IS 27 (10.94% from 255) = 37.5%
BLUE value IS 27 (10.94% from 255) = 37.5%
R=25%
G=37.5%
B=37.5%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1827270.33000.89180208.82
Hex121B1B210059b4149
Octal22333341001312642411
Binary10010110111101110000100101100110110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121B1B; }

 p { color: rgb(18,27,27); }

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

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

 a { background-color: rgb(18,27,27); }

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

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

 span { border-color: rgb(18,27,27); }

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