#0A3219

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

Shades of Deep Fir #0A3219

Tints of Deep Fir #0A3219

Color information

#0A3219 (or 0x0A3219) is unknown color: approx Deep Fir. HEX triplet: 0A, 32 and 19. RGB value is (10,50,25). Sum of RGB (Red+Green+Blue) = 10+50+25=85 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.76% from 85); Green value is 50 (19.92% from 255 or 58.82% from 85); Blue value is 25 (10.16% from 255 or 29.41% from 85); Max value from RGB is 50 - color contains mainly: green. Hex color #0A3219 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3219 is #F5CDE6. Grayscale: #232323. Windows color (decimal): -16109031 or 1651210. OLE color: 1651210.

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

Color convert

RGB105025-
CMYK0.8000.500.80
HSL142.5º66.67%11.76%-
HSV(B)142.5º80%19.61%-
XYZ1.442.421.31-
YUV35.19122.25110.03-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.76%
GREEN value IS 50 (19.92% from 255) = 58.82%
BLUE value IS 25 (10.16% from 255) = 29.41%
R=11.76%
G=58.82%
B=29.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1050250.8000.500.80142.566.6711.76
HexA321950032508e43c
Octal12623112006212021610314
Binary1010110010110011010000011001010100001000111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,50,25); }

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

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

 a { background-color: rgb(10,50,25); }

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

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

 span { border-color: rgb(10,50,25); }

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