Html Css Color HEX #0A1111 Dark Green

📋 copy color: '#0A1111'

red 10 ◦ green 17 ◦ blue 17

#0A1111
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #0A1111

Tints of Dark Green #0A1111

RGB

 RED value IS 10 (4.3% 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 value IS 0.41

 M value IS 0

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0A1111 (or 0x0A1111) is known color: 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

RGB 10 17 17 -
CMYK 0.41 0 0 0.93
HSL 180º 0.26% 0.05% -
HSV(B) 180º 0.41% 0.07% -
XYZ 0.43 0.51 0.61 -
YUV 14.91 129.18 124.5 -
System Red Green Blue C M Y K H S L
Decimal 10 17 17 0.41 0 0 0.93 180 0.26 0.05
Hex A 11 11 29 0 0 5D B4 1A 5
Octal 12 21 21 51 0 0 135 264 32 5
Binary 1010 10001 10001 101001 0 0 1011101 10110100 11010 101

Color Harmonies of #0A1111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1111

Black with #0A1111

Text Example


Text Example

White with #0A1111

Text Example


Text Example

HTML Codes & Css Web 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>