Html Css Color HEX #033509 Deep Fir

📋 copy color: '#033509'

red 3 ◦ green 53 ◦ blue 9

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

Shades of Deep Fir #033509

Tints of Deep Fir #033509

RGB

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

 GREEN value IS 53 (21.09% from 255) = 81.54%

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

R = 4.62%
G = 81.54%
B = 13.85%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.83

 K value IS 0.79

RGB Variations

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

Color information

#033509 (or 0x033509) is known color: Deep Fir. HEX triplet: 03, 35 and 09. RGB value is (3,53,9). Sum of RGB (Red+Green+Blue) = 3+53+9=65 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.62% from 65); Green value is 53 (21.09% from 255 or 81.54% from 65); Blue value is 9 (3.91% from 255 or 13.85% from 65); Max value from RGB is 53 - color contains mainly: green. Hex color #033509 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033509 is #FCCAF6. Grayscale: #212121. Windows color (decimal): -16567031 or 603395. OLE color: 603395.

HSL color Cylindrical-coordinate representation of color #033509: hue angle of 127.2º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033509 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.79.

Color convert

RGB 3 53 9 -
CMYK 0.94 0 0.83 0.79
HSL 127.2º 0.89% 0.11% -
HSV(B) 127.2º 0.94% 0.21% -
XYZ 1.36 2.59 0.69 -
YUV 33.03 114.44 106.58 -
System Red Green Blue C M Y K H S L
Decimal 3 53 9 0.94 0 0.83 0.79 127.2 0.89 0.11
Hex 3 35 9 5E 0 53 4F 7F 59 B
Octal 3 65 11 136 0 123 117 177 131 13
Binary 11 110101 1001 1011110 0 1010011 1001111 1111111 1011001 1011

Color Harmonies of #033509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033509

Black with #033509

Text Example


Text Example

White with #033509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033509; }

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

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

background-color css

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

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

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

border-color css

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

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

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