Html Css Color HEX #003106 Deep Fir

📋 copy color: '#003106'

red 0 ◦ green 49 ◦ blue 6

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

Shades of Deep Fir #003106

Tints of Deep Fir #003106

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 49 (19.53% from 255) = 89.09%

 BLUE value IS 6 (2.73% from 255) = 10.91%

R = 0%
G = 89.09%
B = 10.91%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.88

 K value IS 0.81

RGB Variations

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

Color information

#003106 (or 0x003106) is known color: Deep Fir. HEX triplet: 00, 31 and 06. RGB value is (0,49,6). Sum of RGB (Red+Green+Blue) = 0+49+6=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 49 (19.53% from 255 or 89.09% from 55); Blue value is 6 (2.73% from 255 or 10.91% from 55); Max value from RGB is 49 - color contains mainly: green. Hex color #003106 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003106 is #FFCEF9. Grayscale: #1D1D1D. Windows color (decimal): -16764666 or 405760. OLE color: 405760.

HSL color Cylindrical-coordinate representation of color #003106: hue angle of 127.35º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003106 is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.81.

Color convert

RGB 0 49 6 -
CMYK 1 0 0.88 0.81
HSL 127.35º 1% 0.1% -
HSV(B) 127.35º 1% 0.19% -
XYZ 1.13 2.21 0.54 -
YUV 29.45 114.77 107 -
System Red Green Blue C M Y K H S L
Decimal 0 49 6 1 0 0.88 0.81 127.35 1 0.1
Hex 0 31 6 64 0 58 51 7F 64 A
Octal 0 61 6 144 0 130 121 177 144 12
Binary 0 110001 110 1100100 0 1011000 1010001 1111111 1100100 1010

Color Harmonies of #003106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003106

Black with #003106

Text Example


Text Example

White with #003106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003106; }

 p { color: rgb(0,49,6); }

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

background-color css

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

 a { background-color: rgb(0,49,6); }

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

border-color css

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

 span { border-color: rgb(0,49,6); }

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