Html Css Color HEX #03350D Deep Fir

📋 copy color: '#03350D'

red 3 ◦ green 53 ◦ blue 13

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

Shades of Deep Fir #03350D

Tints of Deep Fir #03350D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 18.84%

R = 4.35%
G = 76.81%
B = 18.84%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.75

 K value IS 0.79

RGB Variations

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

Color information

#03350D (or 0x03350D) is known color: Deep Fir. HEX triplet: 03, 35 and 0D. RGB value is (3,53,13). Sum of RGB (Red+Green+Blue) = 3+53+13=69 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.35% from 69); Green value is 53 (21.09% from 255 or 76.81% from 69); Blue value is 13 (5.47% from 255 or 18.84% from 69); Max value from RGB is 53 - color contains mainly: green. Hex color #03350D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03350D is #FCCAF2. Grayscale: #212121. Windows color (decimal): -16567027 or 865539. OLE color: 865539.

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

Color convert

RGB 3 53 13 -
CMYK 0.94 0 0.75 0.79
HSL 132º 0.89% 0.11% -
HSV(B) 132º 0.94% 0.21% -
XYZ 1.38 2.59 0.81 -
YUV 33.49 116.44 106.25 -
System Red Green Blue C M Y K H S L
Decimal 3 53 13 0.94 0 0.75 0.79 132 0.89 0.11
Hex 3 35 D 5E 0 4B 4F 84 59 B
Octal 3 65 15 136 0 113 117 204 131 13
Binary 11 110101 1101 1011110 0 1001011 1001111 10000100 1011001 1011

Color Harmonies of #03350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03350D

Black with #03350D

Text Example


Text Example

White with #03350D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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