#03330A

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

Shades of Deep Fir #03330A

Tints of Deep Fir #03330A

Color information

#03330A (or 0x03330A) is unknown color: approx Deep Fir. HEX triplet: 03, 33 and 0A. RGB value is (3,51,10). Sum of RGB (Red+Green+Blue) = 3+51+10=64 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.69% from 64); Green value is 51 (20.31% from 255 or 79.69% from 64); Blue value is 10 (4.30% from 255 or 15.62% from 64); Max value from RGB is 51 - color contains mainly: green. Hex color #03330A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03330A is #FCCCF5. Grayscale: #202020. Windows color (decimal): -16567542 or 668419. OLE color: 668419.

HSL color Cylindrical-coordinate representation of color #03330A: hue angle of 128.75º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03330A is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.8.

Color convert

RGB35110-
CMYK0.9400.800.8
HSL128.75º88.89%10.59%-
HSV(B)128.75º94.12%20%-
XYZ1.282.410.68-
YUV31.97115.6107.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.69%
GREEN value IS 51 (20.31% from 255) = 79.69%
BLUE value IS 10 (4.30% from 255) = 15.62%
R=4.69%
G=79.69%
B=15.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal351100.9400.800.8128.7588.8910.59
Hex333A5E050508159b
Octal36312136012012020113113
Binary11110011101010111100101000010100001000000110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03330A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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