#0D381F

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

Shades of Deep Fir #0D381F

Tints of Deep Fir #0D381F

Color information

#0D381F (or 0x0D381F) is unknown color: approx Deep Fir. HEX triplet: 0D, 38 and 1F. RGB value is (13,56,31). Sum of RGB (Red+Green+Blue) = 13+56+31=100 (13% of max value = 765). Red value is 13 (5.47% from 255 or 13% from 100); Green value is 56 (22.27% from 255 or 56% from 100); Blue value is 31 (12.5% from 255 or 31% from 100); Max value from RGB is 56 - color contains mainly: green. Hex color #0D381F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D381F is #F2C7E0. Grayscale: #282828. Windows color (decimal): -15910881 or 2045965. OLE color: 2045965.

HSL color Cylindrical-coordinate representation of color #0D381F: hue angle of 145.12º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D381F is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB135631-
CMYK0.7700.450.78
HSL145.12º62.32%13.53%-
HSV(B)145.12º76.79%21.96%-
XYZ1.833.011.78-
YUV40.29122.75108.53-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13%
GREEN value IS 56 (22.27% from 255) = 56%
BLUE value IS 31 (12.5% from 255) = 31%
R=13%
G=56%
B=31%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1356310.7700.450.78145.1262.3213.53
HexD381F4D02D4E913ee
Octal1570371150551162217616
Binary110111100011111100110101011011001110100100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,56,31); }

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

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

 a { background-color: rgb(13,56,31); }

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

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

 span { border-color: rgb(13,56,31); }

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