Html Css Color HEX #01370B Deep Fir

📋 copy color: '#01370B'

red 1 ◦ green 55 ◦ blue 11

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

Shades of Deep Fir #01370B

Tints of Deep Fir #01370B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 82.09%

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

R = 1.49%
G = 82.09%
B = 16.42%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.8

 K value IS 0.78

RGB Variations

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

Color information

#01370B (or 0x01370B) is known color: Deep Fir. HEX triplet: 01, 37 and 0B. RGB value is (1,55,11). Sum of RGB (Red+Green+Blue) = 1+55+11=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 55 (21.88% from 255 or 82.09% from 67); Blue value is 11 (4.69% from 255 or 16.42% from 67); Max value from RGB is 55 - color contains mainly: green. Hex color #01370B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01370B is #FEC8F4. Grayscale: #212121. Windows color (decimal): -16697589 or 734977. OLE color: 734977.

HSL color Cylindrical-coordinate representation of color #01370B: hue angle of 131.11º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01370B is Cyan = 0.98, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 55 11 -
CMYK 0.98 0 0.8 0.78
HSL 131.11º 0.96% 0.11% -
HSV(B) 131.11º 0.98% 0.22% -
XYZ 1.44 2.76 0.77 -
YUV 33.84 115.11 104.58 -
System Red Green Blue C M Y K H S L
Decimal 1 55 11 0.98 0 0.8 0.78 131.11 0.96 0.11
Hex 1 37 B 62 0 50 4E 83 60 B
Octal 1 67 13 142 0 120 116 203 140 13
Binary 1 110111 1011 1100010 0 1010000 1001110 10000011 1100000 1011

Color Harmonies of #01370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01370B

Black with #01370B

Text Example


Text Example

White with #01370B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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