Html Css Color HEX #01350A Deep Fir

📋 copy color: '#01350A'

red 1 ◦ green 53 ◦ blue 10

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

Shades of Deep Fir #01350A

Tints of Deep Fir #01350A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 15.63%

R = 1.56%
G = 82.81%
B = 15.63%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.81

 K value IS 0.79

RGB Variations

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

Color information

#01350A (or 0x01350A) is known color: Deep Fir. HEX triplet: 01, 35 and 0A. RGB value is (1,53,10). Sum of RGB (Red+Green+Blue) = 1+53+10=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 53 (21.09% from 255 or 82.81% from 64); Blue value is 10 (4.30% from 255 or 15.62% from 64); Max value from RGB is 53 - color contains mainly: green. Hex color #01350A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01350A is #FECAF5. Grayscale: #202020. Windows color (decimal): -16698102 or 668929. OLE color: 668929.

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

Color convert

RGB 1 53 10 -
CMYK 0.98 0 0.81 0.79
HSL 130.38º 0.96% 0.11% -
HSV(B) 130.38º 0.98% 0.21% -
XYZ 1.34 2.57 0.71 -
YUV 32.55 115.27 105.5 -
System Red Green Blue C M Y K H S L
Decimal 1 53 10 0.98 0 0.81 0.79 130.38 0.96 0.11
Hex 1 35 A 62 0 51 4F 82 60 B
Octal 1 65 12 142 0 121 117 202 140 13
Binary 1 110101 1010 1100010 0 1010001 1001111 10000010 1100000 1011

Color Harmonies of #01350A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01350A

Black with #01350A

Text Example


Text Example

White with #01350A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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