#0A1D1E

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

Shades of Swamp #0A1D1E

Tints of Swamp #0A1D1E

Color information

#0A1D1E (or 0x0A1D1E) is unknown color: approx Swamp. HEX triplet: 0A, 1D and 1E. RGB value is (10,29,30). Sum of RGB (Red+Green+Blue) = 10+29+30=69 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.49% from 69); Green value is 29 (11.72% from 255 or 42.03% from 69); Blue value is 30 (12.11% from 255 or 43.48% from 69); Max value from RGB is 30 - color contains mainly: blue. Hex color #0A1D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1D1E is #F5E2E1. Grayscale: #171717. Windows color (decimal): -16114402 or 1973514. OLE color: 1973514.

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

Color convert

RGB102930-
CMYK0.670.0300.88
HSL183º50%7.84%-
HSV(B)183º66.67%11.76%-
XYZ0.81.041.39-
YUV23.43131.71118.42-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 14.49%
GREEN value IS 29 (11.72% from 255) = 42.03%
BLUE value IS 30 (12.11% from 255) = 43.48%
R=14.49%
G=42.03%
B=43.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1029300.670.0300.88183507.84
HexA1D1E433058b7328
Octal123536103301302676210
Binary1010111011111010000111101011000101101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,29,30); }

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

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

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

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

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

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

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