Html Css Color HEX #013108 Deep Fir

📋 copy color: '#013108'

red 1 ◦ green 49 ◦ blue 8

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

Shades of Deep Fir #013108

Tints of Deep Fir #013108

RGB

 RED value IS 1 (0.78% from 255) = 1.72%

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

 BLUE value IS 8 (3.52% from 255) = 13.79%

R = 1.72%
G = 84.48%
B = 13.79%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.84

 K value IS 0.81

RGB Variations

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

Color information

#013108 (or 0x013108) is known color: Deep Fir. HEX triplet: 01, 31 and 08. RGB value is (1,49,8). Sum of RGB (Red+Green+Blue) = 1+49+8=58 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.72% from 58); Green value is 49 (19.53% from 255 or 84.48% from 58); Blue value is 8 (3.52% from 255 or 13.79% from 58); Max value from RGB is 49 - color contains mainly: green. Hex color #013108 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013108 is #FECEF7. Grayscale: #1E1E1E. Windows color (decimal): -16699128 or 536833. OLE color: 536833.

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

Color convert

RGB 1 49 8 -
CMYK 0.98 0 0.84 0.81
HSL 128.75º 0.96% 0.1% -
HSV(B) 128.75º 0.98% 0.19% -
XYZ 1.15 2.22 0.6 -
YUV 29.97 115.6 107.33 -
System Red Green Blue C M Y K H S L
Decimal 1 49 8 0.98 0 0.84 0.81 128.75 0.96 0.1
Hex 1 31 8 62 0 54 51 81 60 A
Octal 1 61 10 142 0 124 121 201 140 12
Binary 1 110001 1000 1100010 0 1010100 1010001 10000001 1100000 1010

Color Harmonies of #013108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013108

Black with #013108

Text Example


Text Example

White with #013108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013108; }

 p { color: rgb(1,49,8); }

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

background-color css

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

 a { background-color: rgb(1,49,8); }

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

border-color css

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

 span { border-color: rgb(1,49,8); }

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