#0A301A

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

Shades of Deep Fir #0A301A

Tints of Deep Fir #0A301A

Color information

#0A301A (or 0x0A301A) is unknown color: approx Deep Fir. HEX triplet: 0A, 30 and 1A. RGB value is (10,48,26). Sum of RGB (Red+Green+Blue) = 10+48+26=84 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.90% from 84); Green value is 48 (19.14% from 255 or 57.14% from 84); Blue value is 26 (10.55% from 255 or 30.95% from 84); Max value from RGB is 48 - color contains mainly: green. Hex color #0A301A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A301A is #F5CFE5. Grayscale: #222222. Windows color (decimal): -16109542 or 1716234. OLE color: 1716234.

HSL color Cylindrical-coordinate representation of color #0A301A: hue angle of 145.26º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A301A is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.81.

Color convert

RGB104826-
CMYK0.7900.460.81
HSL145.26º65.52%11.37%-
HSV(B)145.26º79.17%18.82%-
XYZ1.372.251.34-
YUV34.13123.41110.79-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.90%
GREEN value IS 48 (19.14% from 255) = 57.14%
BLUE value IS 26 (10.55% from 255) = 30.95%
R=11.90%
G=57.14%
B=30.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1048260.7900.460.81145.2665.5211.37
HexA301A4F02E519142b
Octal12603211705612122110213
Binary1010110000110101001111010111010100011001000110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,48,26); }

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

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

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

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

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

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

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