Html Css Color HEX #03350E Deep Fir

📋 copy color: '#03350E'

red 3 ◦ green 53 ◦ blue 14

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

Shades of Deep Fir #03350E

Tints of Deep Fir #03350E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 20%

R = 4.29%
G = 75.71%
B = 20%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.74

 K value IS 0.79

RGB Variations

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

Color information

#03350E (or 0x03350E) is known color: Deep Fir. HEX triplet: 03, 35 and 0E. RGB value is (3,53,14). Sum of RGB (Red+Green+Blue) = 3+53+14=70 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.29% from 70); Green value is 53 (21.09% from 255 or 75.71% from 70); Blue value is 14 (5.86% from 255 or 20% from 70); Max value from RGB is 53 - color contains mainly: green. Hex color #03350E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03350E is #FCCAF1. Grayscale: #212121. Windows color (decimal): -16567026 or 931075. OLE color: 931075.

HSL color Cylindrical-coordinate representation of color #03350E: hue angle of 133.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 #03350E is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB 3 53 14 -
CMYK 0.94 0 0.74 0.79
HSL 133.2º 0.89% 0.11% -
HSV(B) 133.2º 0.94% 0.21% -
XYZ 1.39 2.6 0.84 -
YUV 33.6 116.94 106.17 -
System Red Green Blue C M Y K H S L
Decimal 3 53 14 0.94 0 0.74 0.79 133.2 0.89 0.11
Hex 3 35 E 5E 0 4A 4F 85 59 B
Octal 3 65 16 136 0 112 117 205 131 13
Binary 11 110101 1110 1011110 0 1001010 1001111 10000101 1011001 1011

Color Harmonies of #03350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03350E

Black with #03350E

Text Example


Text Example

White with #03350E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03350E; }

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

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

background-color css

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

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

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

border-color css

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

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

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