#01380B

Color #01380B Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #01380B

Tints of Deep Fir #01380B

Color information

#01380B (or 0x01380B) is unknown color: approx Deep Fir. HEX triplet: 01, 38 and 0B. RGB value is (1,56,11). Sum of RGB (Red+Green+Blue) = 1+56+11=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 56 (22.27% from 255 or 82.35% from 68); Blue value is 11 (4.69% from 255 or 16.18% from 68); Max value from RGB is 56 - color contains mainly: green. Hex color #01380B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01380B is #FEC7F4. Grayscale: #222222. Windows color (decimal): -16697333 or 735233. OLE color: 735233.

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

Color convert

RGB15611-
CMYK0.9800.800.78
HSL130.91º96.49%11.18%-
HSV(B)130.91º98.21%21.96%-
XYZ1.492.860.79-
YUV34.42114.78104.16-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.47%
GREEN value IS 56 (22.27% from 255) = 82.35%
BLUE value IS 11 (4.69% from 255) = 16.18%
R=1.47%
G=82.35%
B=16.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal156110.9800.800.78130.9196.4911.18
Hex138B620504E8360b
Octal17013142012011620314013
Binary1111000101111000100101000010011101000001111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01380B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01380B;
 }
 .AnyTagClassName
 {
   color: #01380B;
 }
</style>
background-color css

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

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

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

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

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

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