Html Css Color HEX #01350E Deep Fir

📋 copy color: '#01350E'

red 1 ◦ green 53 ◦ blue 14

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

Shades of Deep Fir #01350E

Tints of Deep Fir #01350E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 77.94%

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

R = 1.47%
G = 77.94%
B = 20.59%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.74

 K value IS 0.79

RGB Variations

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

Color information

#01350E (or 0x01350E) is known color: Deep Fir. HEX triplet: 01, 35 and 0E. RGB value is (1,53,14). Sum of RGB (Red+Green+Blue) = 1+53+14=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 53 (21.09% from 255 or 77.94% from 68); Blue value is 14 (5.86% from 255 or 20.59% from 68); Max value from RGB is 53 - color contains mainly: green. Hex color #01350E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01350E is #FECAF1. Grayscale: #212121. Windows color (decimal): -16698098 or 931073. OLE color: 931073.

HSL color Cylindrical-coordinate representation of color #01350E: hue angle of 135º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01350E is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB 1 53 14 -
CMYK 0.98 0 0.74 0.79
HSL 135º 0.96% 0.11% -
HSV(B) 135º 0.98% 0.21% -
XYZ 1.36 2.58 0.84 -
YUV 33.01 117.27 105.17 -
System Red Green Blue C M Y K H S L
Decimal 1 53 14 0.98 0 0.74 0.79 135 0.96 0.11
Hex 1 35 E 62 0 4A 4F 87 60 B
Octal 1 65 16 142 0 112 117 207 140 13
Binary 1 110101 1110 1100010 0 1001010 1001111 10000111 1100000 1011

Color Harmonies of #01350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01350E

Black with #01350E

Text Example


Text Example

White with #01350E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,53,14); }

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

background-color css

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

 a { background-color: rgb(1,53,14); }

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

border-color css

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

 span { border-color: rgb(1,53,14); }

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