#0D301B

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

Shades of Deep Fir #0D301B

Tints of Deep Fir #0D301B

Color information

#0D301B (or 0x0D301B) is unknown color: approx Deep Fir. HEX triplet: 0D, 30 and 1B. RGB value is (13,48,27). Sum of RGB (Red+Green+Blue) = 13+48+27=88 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.77% from 88); Green value is 48 (19.14% from 255 or 54.55% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 48 - color contains mainly: green. Hex color #0D301B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D301B is #F2CFE4. Grayscale: #232323. Windows color (decimal): -15912933 or 1781773. OLE color: 1781773.

HSL color Cylindrical-coordinate representation of color #0D301B: hue angle of 144º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D301B is Cyan = 0.73, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.81.

Color convert

RGB134827-
CMYK0.7300.440.81
HSL144º57.38%11.96%-
HSV(B)144º72.92%18.82%-
XYZ1.422.281.4-
YUV35.14123.4112.21-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.77%
GREEN value IS 48 (19.14% from 255) = 54.55%
BLUE value IS 27 (10.94% from 255) = 30.68%
R=14.77%
G=54.55%
B=30.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1348270.7300.440.8114457.3811.96
HexD301B4902C519039c
Octal1560331110541212207114
Binary110111000011011100100101011001010001100100001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D301B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D301B; }

 p { color: rgb(13,48,27); }

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

<style>
 a { background-color: #0D301B; }

 a { background-color: rgb(13,48,27); }

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

<style>
 span { border-color: #0D301B; }

 span { border-color: rgb(13,48,27); }

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