#03330B

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

Shades of Deep Fir #03330B

Tints of Deep Fir #03330B

Color information

#03330B (or 0x03330B) is unknown color: approx Deep Fir. HEX triplet: 03, 33 and 0B. RGB value is (3,51,11). Sum of RGB (Red+Green+Blue) = 3+51+11=65 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.62% from 65); Green value is 51 (20.31% from 255 or 78.46% from 65); Blue value is 11 (4.69% from 255 or 16.92% from 65); Max value from RGB is 51 - color contains mainly: green. Hex color #03330B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03330B is #FCCCF4. Grayscale: #202020. Windows color (decimal): -16567541 or 733955. OLE color: 733955.

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

Color convert

RGB35111-
CMYK0.9400.780.8
HSL130º88.89%10.59%-
HSV(B)130º94.12%20%-
XYZ1.282.410.71-
YUV32.09116.1107.25-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.62%
GREEN value IS 51 (20.31% from 255) = 78.46%
BLUE value IS 11 (4.69% from 255) = 16.92%
R=4.62%
G=78.46%
B=16.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal351110.9400.780.813088.8910.59
Hex333B5E04E508259b
Octal36313136011612020213113
Binary11110011101110111100100111010100001000001010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03330B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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