#0A341A

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

Shades of Deep Fir #0A341A

Tints of Deep Fir #0A341A

Color information

#0A341A (or 0x0A341A) is unknown color: approx Deep Fir. HEX triplet: 0A, 34 and 1A. RGB value is (10,52,26). Sum of RGB (Red+Green+Blue) = 10+52+26=88 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.36% from 88); Green value is 52 (20.70% from 255 or 59.09% from 88); Blue value is 26 (10.55% from 255 or 29.55% from 88); Max value from RGB is 52 - color contains mainly: green. Hex color #0A341A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A341A is #F5CBE5. Grayscale: #242424. Windows color (decimal): -16108518 or 1717258. OLE color: 1717258.

HSL color Cylindrical-coordinate representation of color #0A341A: hue angle of 142.86º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A341A is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB105226-
CMYK0.8100.500.80
HSL142.86º67.74%12.16%-
HSV(B)142.86º80.77%20.39%-
XYZ1.542.61.4-
YUV36.48122.09109.11-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.36%
GREEN value IS 52 (20.70% from 255) = 59.09%
BLUE value IS 26 (10.55% from 255) = 29.55%
R=11.36%
G=59.09%
B=29.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1052260.8100.500.80142.8667.7412.16
HexA341A51032508f44c
Octal12643212106212021710414
Binary1010110100110101010001011001010100001000111110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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