#0A411F

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

Shades of Deep Fir #0A411F

Tints of Deep Fir #0A411F

Color information

#0A411F (or 0x0A411F) is unknown color: approx Deep Fir. HEX triplet: 0A, 41 and 1F. RGB value is (10,65,31). Sum of RGB (Red+Green+Blue) = 10+65+31=106 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.43% from 106); Green value is 65 (25.78% from 255 or 61.32% from 106); Blue value is 31 (12.5% from 255 or 29.25% from 106); Max value from RGB is 65 - color contains mainly: green. Hex color #0A411F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A411F is #F5BEE0. Grayscale: #2C2C2C. Windows color (decimal): -16105185 or 2048266. OLE color: 2048266.

HSL color Cylindrical-coordinate representation of color #0A411F: hue angle of 142.91º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A411F is Cyan = 0.85, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB106531-
CMYK0.8500.520.75
HSL142.91º73.33%14.71%-
HSV(B)142.91º84.62%25.49%-
XYZ2.263.941.94-
YUV44.68120.28103.26-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.43%
GREEN value IS 65 (25.78% from 255) = 61.32%
BLUE value IS 31 (12.5% from 255) = 29.25%
R=9.43%
G=61.32%
B=29.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1065310.8500.520.75142.9173.3314.71
HexA411F550344B8f49f
Octal121013712506411321711117
Binary10101000001111111010101011010010010111000111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A411F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,65,31); }

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

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

 a { background-color: rgb(10,65,31); }

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

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

 span { border-color: rgb(10,65,31); }

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