#0A1C1C

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

Shades of Swamp #0A1C1C

Tints of Swamp #0A1C1C

Color information

#0A1C1C (or 0x0A1C1C) is unknown color: approx Swamp. HEX triplet: 0A, 1C and 1C. RGB value is (10,28,28). Sum of RGB (Red+Green+Blue) = 10+28+28=66 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.15% from 66); Green value is 28 (11.33% from 255 or 42.42% from 66); Blue value is 28 (11.33% from 255 or 42.42% from 66); Max value from RGB is 28 - color contains mainly: green, blue. Hex color #0A1C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1C1C is #F5E3E3. Grayscale: #161616. Windows color (decimal): -16114660 or 1842186. OLE color: 1842186.

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

Color convert

RGB102828-
CMYK0.64000.89
HSL180º47.37%7.45%-
HSV(B)180º64.29%10.98%-
XYZ0.750.981.25-
YUV22.62131.04119-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 15.15%
GREEN value IS 28 (11.33% from 255) = 42.42%
BLUE value IS 28 (11.33% from 255) = 42.42%
R=15.15%
G=42.42%
B=42.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1028280.64000.8918047.377.45
HexA1C1C400059b42f7
Octal12343410000131264577
Binary10101110011100100000000101100110110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,28,28); }

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

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

 a { background-color: rgb(10,28,28); }

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

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

 span { border-color: rgb(10,28,28); }

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