Html Css Color HEX #03380D Deep Fir

📋 copy color: '#03380D'

red 3 ◦ green 56 ◦ blue 13

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

Shades of Deep Fir #03380D

Tints of Deep Fir #03380D

RGB

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

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

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

R = 4.17%
G = 77.78%
B = 18.06%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.77

 K value IS 0.78

RGB Variations

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

Color information

#03380D (or 0x03380D) is known color: Deep Fir. HEX triplet: 03, 38 and 0D. RGB value is (3,56,13). Sum of RGB (Red+Green+Blue) = 3+56+13=72 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.17% from 72); Green value is 56 (22.27% from 255 or 77.78% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 56 - color contains mainly: green. Hex color #03380D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03380D is #FCC7F2. Grayscale: #232323. Windows color (decimal): -16566259 or 866307. OLE color: 866307.

HSL color Cylindrical-coordinate representation of color #03380D: hue angle of 131.32º 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 #03380D is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB 3 56 13 -
CMYK 0.95 0 0.77 0.78
HSL 131.32º 0.9% 0.12% -
HSV(B) 131.32º 0.95% 0.22% -
XYZ 1.52 2.88 0.86 -
YUV 35.25 115.44 105 -
System Red Green Blue C M Y K H S L
Decimal 3 56 13 0.95 0 0.77 0.78 131.32 0.9 0.12
Hex 3 38 D 5F 0 4D 4E 83 5A C
Octal 3 70 15 137 0 115 116 203 132 14
Binary 11 111000 1101 1011111 0 1001101 1001110 10000011 1011010 1100

Color Harmonies of #03380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03380D

Black with #03380D

Text Example


Text Example

White with #03380D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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