#03340B

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

Shades of Deep Fir #03340B

Tints of Deep Fir #03340B

Color information

#03340B (or 0x03340B) is unknown color: approx Deep Fir. HEX triplet: 03, 34 and 0B. RGB value is (3,52,11). Sum of RGB (Red+Green+Blue) = 3+52+11=66 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.55% from 66); Green value is 52 (20.70% from 255 or 78.79% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 52 - color contains mainly: green. Hex color #03340B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03340B is #FCCBF4. Grayscale: #202020. Windows color (decimal): -16567285 or 734211. OLE color: 734211.

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

Color convert

RGB35211-
CMYK0.9400.790.80
HSL129.8º89.09%10.78%-
HSV(B)129.8º94.23%20.39%-
XYZ1.332.50.73-
YUV32.67115.77106.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.55%
GREEN value IS 52 (20.70% from 255) = 78.79%
BLUE value IS 11 (4.69% from 255) = 16.67%
R=4.55%
G=78.79%
B=16.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal352110.9400.790.80129.889.0910.78
Hex334B5E04F508259b
Octal36413136011712020213113
Binary11110100101110111100100111110100001000001010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03340B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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