#0A1111

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

Shades of Dark Green #0A1111

Tints of Dark Green #0A1111

Color information

#0A1111 (or 0x0A1111) is unknown color: approx Dark Green. HEX triplet: 0A, 11 and 11. RGB value is (10,17,17). Sum of RGB (Red+Green+Blue) = 10+17+17=44 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.73% from 44); Green value is 17 (7.03% from 255 or 38.64% from 44); Blue value is 17 (7.03% from 255 or 38.64% from 44); Max value from RGB is 17 - color contains mainly: green, blue. Hex color #0A1111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1111 is #F5EEEE. Grayscale: #0E0E0E. Windows color (decimal): -16117487 or 1118474. OLE color: 1118474.

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

Color convert

RGB101717-
CMYK0.41000.93
HSL180º25.93%5.29%-
HSV(B)180º41.18%6.67%-
XYZ0.430.510.61-
YUV14.91129.18124.5-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 22.73%
GREEN value IS 17 (7.03% from 255) = 38.64%
BLUE value IS 17 (7.03% from 255) = 38.64%
R=22.73%
G=38.64%
B=38.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1017170.41000.9318025.935.29
HexA111129005Db41a5
Octal1221215100135264325
Binary101010001100011010010010111011011010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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