#01330E

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

Shades of Deep Fir #01330E

Tints of Deep Fir #01330E

Color information

#01330E (or 0x01330E) is unknown color: approx Deep Fir. HEX triplet: 01, 33 and 0E. RGB value is (1,51,14). Sum of RGB (Red+Green+Blue) = 1+51+14=66 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.52% from 66); Green value is 51 (20.31% from 255 or 77.27% from 66); Blue value is 14 (5.86% from 255 or 21.21% from 66); Max value from RGB is 51 - color contains mainly: green. Hex color #01330E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01330E is #FECCF1. Grayscale: #1F1F1F. Windows color (decimal): -16698610 or 930561. OLE color: 930561.

HSL color Cylindrical-coordinate representation of color #01330E: hue angle of 135.6º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01330E is Cyan = 0.98, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.8.

Color convert

RGB15114-
CMYK0.9800.730.8
HSL135.6º96.15%10.2%-
HSV(B)135.6º98.04%20%-
XYZ1.282.410.81-
YUV31.83117.94106.01-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.52%
GREEN value IS 51 (20.31% from 255) = 77.27%
BLUE value IS 14 (5.86% from 255) = 21.21%
R=1.52%
G=77.27%
B=21.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal151140.9800.730.8135.696.1510.2
Hex133E62049508860a
Octal16316142011112021014012
Binary1110011111011000100100100110100001000100011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01330E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01330E; }

 p { color: rgb(1,51,14); }

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

<style>
 a { background-color: #01330E; }

 a { background-color: rgb(1,51,14); }

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

<style>
 span { border-color: #01330E; }

 span { border-color: rgb(1,51,14); }

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