#03330D

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

Shades of Deep Fir #03330D

Tints of Deep Fir #03330D

Color information

#03330D (or 0x03330D) is unknown color: approx Deep Fir. HEX triplet: 03, 33 and 0D. RGB value is (3,51,13). Sum of RGB (Red+Green+Blue) = 3+51+13=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 51 (20.31% from 255 or 76.12% from 67); Blue value is 13 (5.47% from 255 or 19.40% from 67); Max value from RGB is 51 - color contains mainly: green. Hex color #03330D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03330D is #FCCCF2. Grayscale: #202020. Windows color (decimal): -16567539 or 865027. OLE color: 865027.

HSL color Cylindrical-coordinate representation of color #03330D: hue angle of 132.5º 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 #03330D is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.8.

Color convert

RGB35113-
CMYK0.9400.750.8
HSL132.5º88.89%10.59%-
HSV(B)132.5º94.12%20%-
XYZ1.292.420.78-
YUV32.32117.1107.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.48%
GREEN value IS 51 (20.31% from 255) = 76.12%
BLUE value IS 13 (5.47% from 255) = 19.40%
R=4.48%
G=76.12%
B=19.40%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal351130.9400.750.8132.588.8910.59
Hex333D5E04B508459b
Octal36315136011312020413113
Binary11110011110110111100100101110100001000010010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03330D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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