Html Css Color HEX #03300C Deep Fir

📋 copy color: '#03300C'

red 3 ◦ green 48 ◦ blue 12

#03300C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #03300C

Tints of Deep Fir #03300C

RGB

 RED value IS 3 (1.56% from 255) = 4.76%

 GREEN value IS 48 (19.14% from 255) = 76.19%

 BLUE value IS 12 (5.08% from 255) = 19.05%

R = 4.76%
G = 76.19%
B = 19.05%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.75

 K value IS 0.81

RGB Variations

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

Color information

#03300C (or 0x03300C) is known color: Deep Fir. HEX triplet: 03, 30 and 0C. RGB value is (3,48,12). Sum of RGB (Red+Green+Blue) = 3+48+12=63 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.76% from 63); Green value is 48 (19.14% from 255 or 76.19% from 63); Blue value is 12 (5.08% from 255 or 19.05% from 63); Max value from RGB is 48 - color contains mainly: green. Hex color #03300C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03300C is #FCCFF3. Grayscale: #1E1E1E. Windows color (decimal): -16568308 or 798723. OLE color: 798723.

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

Color convert

RGB 3 48 12 -
CMYK 0.94 0 0.75 0.81
HSL 132º 0.88% 0.1% -
HSV(B) 132º 0.94% 0.19% -
XYZ 1.16 2.16 0.7 -
YUV 30.44 117.59 108.43 -
System Red Green Blue C M Y K H S L
Decimal 3 48 12 0.94 0 0.75 0.81 132 0.88 0.1
Hex 3 30 C 5E 0 4B 51 84 58 A
Octal 3 60 14 136 0 113 121 204 130 12
Binary 11 110000 1100 1011110 0 1001011 1010001 10000100 1011000 1010

Color Harmonies of #03300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03300C

Black with #03300C

Text Example


Text Example

White with #03300C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03300C;
 }
 .AnyTagClassName
 {
   color: #03300C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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