#0C1414

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

Shades of Swamp #0C1414

Tints of Swamp #0C1414

Color information

#0C1414 (or 0x0C1414) is unknown color: approx Swamp. HEX triplet: 0C, 14 and 14. RGB value is (12,20,20). Sum of RGB (Red+Green+Blue) = 12+20+20=52 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.08% from 52); Green value is 20 (8.20% from 255 or 38.46% from 52); Blue value is 20 (8.20% from 255 or 38.46% from 52); Max value from RGB is 20 - color contains mainly: green, blue. Hex color #0C1414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1414 is #F3EBEB. Grayscale: #111111. Windows color (decimal): -15985644 or 1315852. OLE color: 1315852.

HSL color Cylindrical-coordinate representation of color #0C1414: hue angle of 180º degrees, saturation: 0.25, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0C1414 is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB122020-
CMYK0.40000.92
HSL180º25%6.27%-
HSV(B)180º40%7.84%-
XYZ0.530.630.76-
YUV17.61129.35124-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 23.08%
GREEN value IS 20 (8.20% from 255) = 38.46%
BLUE value IS 20 (8.20% from 255) = 38.46%
R=23.08%
G=38.46%
B=38.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1220200.40000.92180256.27
HexC141428005Cb4196
Octal1424245000134264316
Binary110010100101001010000010111001011010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,20,20); }

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

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

 a { background-color: rgb(12,20,20); }

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

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

 span { border-color: rgb(12,20,20); }

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