#0A3111

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

Shades of Deep Fir #0A3111

Tints of Deep Fir #0A3111

Color information

#0A3111 (or 0x0A3111) is unknown color: approx Deep Fir. HEX triplet: 0A, 31 and 11. RGB value is (10,49,17). Sum of RGB (Red+Green+Blue) = 10+49+17=76 (10% of max value = 765). Red value is 10 (4.30% from 255 or 13.16% from 76); Green value is 49 (19.53% from 255 or 64.47% from 76); Blue value is 17 (7.03% from 255 or 22.37% from 76); Max value from RGB is 49 - color contains mainly: green. Hex color #0A3111 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3111 is #F5CEEE. Grayscale: #212121. Windows color (decimal): -16109295 or 1126666. OLE color: 1126666.

HSL color Cylindrical-coordinate representation of color #0A3111: hue angle of 130.77º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A3111 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB104917-
CMYK0.8000.650.81
HSL130.77º66.1%11.57%-
HSV(B)130.77º79.59%19.22%-
XYZ1.322.30.9-
YUV33.69118.58111.1-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 13.16%
GREEN value IS 49 (19.53% from 255) = 64.47%
BLUE value IS 17 (7.03% from 255) = 22.37%
R=13.16%
G=64.47%
B=22.37%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1049170.8000.650.81130.7766.111.57
HexA311150041518342c
Octal126121120010112120310214
Binary10101100011000110100000100000110100011000001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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