Html Css Color HEX #01350B Deep Fir

📋 copy color: '#01350B'

red 1 ◦ green 53 ◦ blue 11

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

Shades of Deep Fir #01350B

Tints of Deep Fir #01350B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 16.92%

R = 1.54%
G = 81.54%
B = 16.92%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.79

 K value IS 0.79

RGB Variations

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

Color information

#01350B (or 0x01350B) is known color: Deep Fir. HEX triplet: 01, 35 and 0B. RGB value is (1,53,11). Sum of RGB (Red+Green+Blue) = 1+53+11=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 53 (21.09% from 255 or 81.54% from 65); Blue value is 11 (4.69% from 255 or 16.92% from 65); Max value from RGB is 53 - color contains mainly: green. Hex color #01350B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01350B is #FECAF4. Grayscale: #202020. Windows color (decimal): -16698101 or 734465. OLE color: 734465.

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

Color convert

RGB 1 53 11 -
CMYK 0.98 0 0.79 0.79
HSL 131.54º 0.96% 0.11% -
HSV(B) 131.54º 0.98% 0.21% -
XYZ 1.35 2.58 0.74 -
YUV 32.66 115.77 105.42 -
System Red Green Blue C M Y K H S L
Decimal 1 53 11 0.98 0 0.79 0.79 131.54 0.96 0.11
Hex 1 35 B 62 0 4F 4F 84 60 B
Octal 1 65 13 142 0 117 117 204 140 13
Binary 1 110101 1011 1100010 0 1001111 1001111 10000100 1100000 1011

Color Harmonies of #01350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01350B

Black with #01350B

Text Example


Text Example

White with #01350B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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