Html Css Color HEX #013208 Deep Fir

📋 copy color: '#013208'

red 1 ◦ green 50 ◦ blue 8

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

Shades of Deep Fir #013208

Tints of Deep Fir #013208

RGB

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

 GREEN value IS 50 (19.92% from 255) = 84.75%

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

R = 1.69%
G = 84.75%
B = 13.56%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.84

 K value IS 0.80

RGB Variations

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

Color information

#013208 (or 0x013208) is known color: Deep Fir. HEX triplet: 01, 32 and 08. RGB value is (1,50,8). Sum of RGB (Red+Green+Blue) = 1+50+8=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 50 (19.92% from 255 or 84.75% from 59); Blue value is 8 (3.52% from 255 or 13.56% from 59); Max value from RGB is 50 - color contains mainly: green. Hex color #013208 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013208 is #FECDF7. Grayscale: #1E1E1E. Windows color (decimal): -16698872 or 537089. OLE color: 537089.

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

Color convert

RGB 1 50 8 -
CMYK 0.98 0 0.84 0.80
HSL 128.57º 0.96% 0.1% -
HSV(B) 128.57º 0.98% 0.2% -
XYZ 1.2 2.31 0.61 -
YUV 30.56 115.27 106.92 -
System Red Green Blue C M Y K H S L
Decimal 1 50 8 0.98 0 0.84 0.80 128.57 0.96 0.1
Hex 1 32 8 62 0 54 50 81 60 A
Octal 1 62 10 142 0 124 120 201 140 12
Binary 1 110010 1000 1100010 0 1010100 1010000 10000001 1100000 1010

Color Harmonies of #013208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013208

Black with #013208

Text Example


Text Example

White with #013208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013208; }

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

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

background-color css

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

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

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

border-color css

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

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

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