#03280A

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

Shades of Deep Fir #03280A

Tints of Deep Fir #03280A

Color information

#03280A (or 0x03280A) is unknown color: approx Deep Fir. HEX triplet: 03, 28 and 0A. RGB value is (3,40,10). Sum of RGB (Red+Green+Blue) = 3+40+10=53 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.66% from 53); Green value is 40 (16.02% from 255 or 75.47% from 53); Blue value is 10 (4.30% from 255 or 18.87% from 53); Max value from RGB is 40 - color contains mainly: green. Hex color #03280A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03280A is #FCD7F5. Grayscale: #191919. Windows color (decimal): -16570358 or 665603. OLE color: 665603.

HSL color Cylindrical-coordinate representation of color #03280A: hue angle of 131.35º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03280A is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.84.

Color convert

RGB34010-
CMYK0.9300.750.84
HSL131.35º86.05%8.43%-
HSV(B)131.35º92.5%15.69%-
XYZ0.851.560.54-
YUV25.52119.24111.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.66%
GREEN value IS 40 (16.02% from 255) = 75.47%
BLUE value IS 10 (4.30% from 255) = 18.87%
R=5.66%
G=75.47%
B=18.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal340100.9300.750.84131.3586.058.43
Hex328A5D04B5483568
Octal35012135011312420312610
Binary11101000101010111010100101110101001000001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03280A; }

 p { color: rgb(3,40,10); }

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

<style>
 a { background-color: #03280A; }

 a { background-color: rgb(3,40,10); }

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

<style>
 span { border-color: #03280A; }

 span { border-color: rgb(3,40,10); }

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