Html Css Color HEX #033309 Deep Fir

📋 copy color: '#033309'

red 3 ◦ green 51 ◦ blue 9

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

Shades of Deep Fir #033309

Tints of Deep Fir #033309

RGB

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

 GREEN value IS 51 (20.31% from 255) = 80.95%

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

R = 4.76%
G = 80.95%
B = 14.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.82

 K value IS 0.8

RGB Variations

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

Color information

#033309 (or 0x033309) is known color: Deep Fir. HEX triplet: 03, 33 and 09. RGB value is (3,51,9). Sum of RGB (Red+Green+Blue) = 3+51+9=63 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.76% from 63); Green value is 51 (20.31% from 255 or 80.95% from 63); Blue value is 9 (3.91% from 255 or 14.29% from 63); Max value from RGB is 51 - color contains mainly: green. Hex color #033309 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033309 is #FCCCF6. Grayscale: #1F1F1F. Windows color (decimal): -16567543 or 602883. OLE color: 602883.

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

Color convert

RGB 3 51 9 -
CMYK 0.94 0 0.82 0.8
HSL 127.5º 0.89% 0.11% -
HSV(B) 127.5º 0.94% 0.2% -
XYZ 1.27 2.41 0.66 -
YUV 31.86 115.1 107.42 -
System Red Green Blue C M Y K H S L
Decimal 3 51 9 0.94 0 0.82 0.8 127.5 0.89 0.11
Hex 3 33 9 5E 0 52 50 80 59 B
Octal 3 63 11 136 0 122 120 200 131 13
Binary 11 110011 1001 1011110 0 1010010 1010000 10000000 1011001 1011

Color Harmonies of #033309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033309

Black with #033309

Text Example


Text Example

White with #033309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033309; }

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

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

background-color css

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

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

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

border-color css

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

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

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