Html Css Color HEX #01350D Deep Fir

📋 copy color: '#01350D'

red 1 ◦ green 53 ◦ blue 13

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

Shades of Deep Fir #01350D

Tints of Deep Fir #01350D

RGB

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

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

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

R = 1.49%
G = 79.1%
B = 19.4%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.75

 K value IS 0.79

RGB Variations

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

Color information

#01350D (or 0x01350D) is known color: Deep Fir. HEX triplet: 01, 35 and 0D. RGB value is (1,53,13). Sum of RGB (Red+Green+Blue) = 1+53+13=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 53 (21.09% from 255 or 79.10% from 67); Blue value is 13 (5.47% from 255 or 19.40% from 67); Max value from RGB is 53 - color contains mainly: green. Hex color #01350D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01350D is #FECAF2. Grayscale: #212121. Windows color (decimal): -16698099 or 865537. OLE color: 865537.

HSL color Cylindrical-coordinate representation of color #01350D: hue angle of 133.85º 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 #01350D is Cyan = 0.98, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.79.

Color convert

RGB 1 53 13 -
CMYK 0.98 0 0.75 0.79
HSL 133.85º 0.96% 0.11% -
HSV(B) 133.85º 0.98% 0.21% -
XYZ 1.36 2.58 0.81 -
YUV 32.89 116.77 105.25 -
System Red Green Blue C M Y K H S L
Decimal 1 53 13 0.98 0 0.75 0.79 133.85 0.96 0.11
Hex 1 35 D 62 0 4B 4F 86 60 B
Octal 1 65 15 142 0 113 117 206 140 13
Binary 1 110101 1101 1100010 0 1001011 1001111 10000110 1100000 1011

Color Harmonies of #01350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01350D

Black with #01350D

Text Example


Text Example

White with #01350D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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