Html Css Color HEX #033009 Deep Fir

📋 copy color: '#033009'

red 3 ◦ green 48 ◦ blue 9

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

Shades of Deep Fir #033009

Tints of Deep Fir #033009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 15%

R = 5%
G = 80%
B = 15%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.81

 K value IS 0.81

RGB Variations

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

Color information

#033009 (or 0x033009) is known color: Deep Fir. HEX triplet: 03, 30 and 09. RGB value is (3,48,9). Sum of RGB (Red+Green+Blue) = 3+48+9=60 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5% from 60); Green value is 48 (19.14% from 255 or 80% from 60); Blue value is 9 (3.91% from 255 or 15% from 60); Max value from RGB is 48 - color contains mainly: green. Hex color #033009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033009 is #FCCFF6. Grayscale: #1E1E1E. Windows color (decimal): -16568311 or 602115. OLE color: 602115.

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

Color convert

RGB 3 48 9 -
CMYK 0.94 0 0.81 0.81
HSL 128º 0.88% 0.1% -
HSV(B) 128º 0.94% 0.19% -
XYZ 1.14 2.15 0.61 -
YUV 30.1 116.09 108.67 -
System Red Green Blue C M Y K H S L
Decimal 3 48 9 0.94 0 0.81 0.81 128 0.88 0.1
Hex 3 30 9 5E 0 51 51 80 58 A
Octal 3 60 11 136 0 121 121 200 130 12
Binary 11 110000 1001 1011110 0 1010001 1010001 10000000 1011000 1010

Color Harmonies of #033009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033009

Black with #033009

Text Example


Text Example

White with #033009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033009; }

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

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

background-color css

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

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

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

border-color css

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

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

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