#03300B

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

Shades of Deep Fir #03300B

Tints of Deep Fir #03300B

Color information

#03300B (or 0x03300B) is unknown color: approx Deep Fir. HEX triplet: 03, 30 and 0B. RGB value is (3,48,11). Sum of RGB (Red+Green+Blue) = 3+48+11=62 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.84% from 62); Green value is 48 (19.14% from 255 or 77.42% from 62); Blue value is 11 (4.69% from 255 or 17.74% from 62); Max value from RGB is 48 - color contains mainly: green. Hex color #03300B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03300B is #FCCFF4. Grayscale: #1E1E1E. Windows color (decimal): -16568309 or 733187. OLE color: 733187.

HSL color Cylindrical-coordinate representation of color #03300B: hue angle of 130.67º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03300B is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.81.

Color convert

RGB34811-
CMYK0.9400.770.81
HSL130.67º88.24%10%-
HSV(B)130.67º93.75%18.82%-
XYZ1.152.160.67-
YUV30.33117.09108.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.84%
GREEN value IS 48 (19.14% from 255) = 77.42%
BLUE value IS 11 (4.69% from 255) = 17.74%
R=4.84%
G=77.42%
B=17.74%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal348110.9400.770.81130.6788.2410
Hex330B5E04D518358a
Octal36013136011512120313012
Binary11110000101110111100100110110100011000001110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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