#0A341B

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

Shades of Deep Fir #0A341B

Tints of Deep Fir #0A341B

Color information

#0A341B (or 0x0A341B) is unknown color: approx Deep Fir. HEX triplet: 0A, 34 and 1B. RGB value is (10,52,27). Sum of RGB (Red+Green+Blue) = 10+52+27=89 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.24% from 89); Green value is 52 (20.70% from 255 or 58.43% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 52 - color contains mainly: green. Hex color #0A341B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A341B is #F5CBE4. Grayscale: #242424. Windows color (decimal): -16108517 or 1782794. OLE color: 1782794.

HSL color Cylindrical-coordinate representation of color #0A341B: hue angle of 144.29º 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 #0A341B is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.

Color convert

RGB105227-
CMYK0.8100.480.80
HSL144.29º67.74%12.16%-
HSV(B)144.29º80.77%20.39%-
XYZ1.552.61.46-
YUV36.59122.59109.03-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.24%
GREEN value IS 52 (20.70% from 255) = 58.43%
BLUE value IS 27 (10.94% from 255) = 30.34%
R=11.24%
G=58.43%
B=30.34%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1052270.8100.480.80144.2967.7412.16
HexA341B51030509044c
Octal12643312106012022010414
Binary1010110100110111010001011000010100001001000010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A341B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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