Html Css Color HEX #03380E Deep Fir

📋 copy color: '#03380E'

red 3 ◦ green 56 ◦ blue 14

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

Shades of Deep Fir #03380E

Tints of Deep Fir #03380E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 76.71%

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

R = 4.11%
G = 76.71%
B = 19.18%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#03380E (or 0x03380E) is known color: Deep Fir. HEX triplet: 03, 38 and 0E. RGB value is (3,56,14). Sum of RGB (Red+Green+Blue) = 3+56+14=73 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.11% from 73); Green value is 56 (22.27% from 255 or 76.71% from 73); Blue value is 14 (5.86% from 255 or 19.18% from 73); Max value from RGB is 56 - color contains mainly: green. Hex color #03380E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03380E is #FCC7F1. Grayscale: #232323. Windows color (decimal): -16566258 or 931843. OLE color: 931843.

HSL color Cylindrical-coordinate representation of color #03380E: hue angle of 132.45º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03380E is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 3 56 14 -
CMYK 0.95 0 0.75 0.78
HSL 132.45º 0.9% 0.12% -
HSV(B) 132.45º 0.95% 0.22% -
XYZ 1.53 2.88 0.89 -
YUV 35.37 115.94 104.92 -
System Red Green Blue C M Y K H S L
Decimal 3 56 14 0.95 0 0.75 0.78 132.45 0.9 0.12
Hex 3 38 E 5F 0 4B 4E 84 5A C
Octal 3 70 16 137 0 113 116 204 132 14
Binary 11 111000 1110 1011111 0 1001011 1001110 10000100 1011010 1100

Color Harmonies of #03380E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03380E

Black with #03380E

Text Example


Text Example

White with #03380E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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