#0A371A

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

Shades of Deep Fir #0A371A

Tints of Deep Fir #0A371A

Color information

#0A371A (or 0x0A371A) is unknown color: approx Deep Fir. HEX triplet: 0A, 37 and 1A. RGB value is (10,55,26). Sum of RGB (Red+Green+Blue) = 10+55+26=91 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.99% from 91); Green value is 55 (21.88% from 255 or 60.44% from 91); Blue value is 26 (10.55% from 255 or 28.57% from 91); Max value from RGB is 55 - color contains mainly: green. Hex color #0A371A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A371A is #F5C8E5. Grayscale: #262626. Windows color (decimal): -16107750 or 1718026. OLE color: 1718026.

HSL color Cylindrical-coordinate representation of color #0A371A: hue angle of 141.33º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A371A is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB105526-
CMYK0.8200.530.78
HSL141.33º69.23%12.75%-
HSV(B)141.33º81.82%21.57%-
XYZ1.682.871.44-
YUV38.24121.09107.86-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.99%
GREEN value IS 55 (21.88% from 255) = 60.44%
BLUE value IS 26 (10.55% from 255) = 28.57%
R=10.99%
G=60.44%
B=28.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1055260.8200.530.78141.3369.2312.75
HexA371A520354E8d45d
Octal12673212206511621510515
Binary1010110111110101010010011010110011101000110110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A371A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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