#0A481D

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

Shades of Deep Fir #0A481D

Tints of Deep Fir #0A481D

Color information

#0A481D (or 0x0A481D) is unknown color: approx Deep Fir. HEX triplet: 0A, 48 and 1D. RGB value is (10,72,29). Sum of RGB (Red+Green+Blue) = 10+72+29=111 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.01% from 111); Green value is 72 (28.52% from 255 or 64.86% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 72 - color contains mainly: green. Hex color #0A481D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A481D is #F5B7E2. Grayscale: #303030. Windows color (decimal): -16103395 or 1918986. OLE color: 1918986.

HSL color Cylindrical-coordinate representation of color #0A481D: hue angle of 138.39º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A481D is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB107229-
CMYK0.8600.600.72
HSL138.39º75.61%16.08%-
HSV(B)138.39º86.11%28.24%-
XYZ2.664.791.95-
YUV48.56116.96100.5-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.01%
GREEN value IS 72 (28.52% from 255) = 64.86%
BLUE value IS 29 (11.72% from 255) = 26.13%
R=9.01%
G=64.86%
B=26.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1072290.8600.600.72138.3975.6116.08
HexA481D5603C488a4c10
Octal121103512607411021211420
Binary101010010001110110101100111100100100010001010100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A481D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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