#0D301C

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

Shades of Deep Fir #0D301C

Tints of Deep Fir #0D301C

Color information

#0D301C (or 0x0D301C) is unknown color: approx Deep Fir. HEX triplet: 0D, 30 and 1C. RGB value is (13,48,28). Sum of RGB (Red+Green+Blue) = 13+48+28=89 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.61% from 89); Green value is 48 (19.14% from 255 or 53.93% from 89); Blue value is 28 (11.33% from 255 or 31.46% from 89); Max value from RGB is 48 - color contains mainly: green. Hex color #0D301C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D301C is #F2CFE3. Grayscale: #232323. Windows color (decimal): -15912932 or 1847309. OLE color: 1847309.

HSL color Cylindrical-coordinate representation of color #0D301C: hue angle of 145.71º 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 #0D301C is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.81.

Color convert

RGB134828-
CMYK0.7300.420.81
HSL145.71º57.38%11.96%-
HSV(B)145.71º72.92%18.82%-
XYZ1.432.281.46-
YUV35.25123.9112.13-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.61%
GREEN value IS 48 (19.14% from 255) = 53.93%
BLUE value IS 28 (11.33% from 255) = 31.46%
R=14.61%
G=53.93%
B=31.46%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1348280.7300.420.81145.7157.3811.96
HexD301C4902A519239c
Octal1560341110521212227114
Binary110111000011100100100101010101010001100100101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D301C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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