#0F381F

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

Shades of Deep Fir #0F381F

Tints of Deep Fir #0F381F

Color information

#0F381F (or 0x0F381F) is unknown color: approx Deep Fir. HEX triplet: 0F, 38 and 1F. RGB value is (15,56,31). Sum of RGB (Red+Green+Blue) = 15+56+31=102 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.71% from 102); Green value is 56 (22.27% from 255 or 54.90% from 102); Blue value is 31 (12.5% from 255 or 30.39% from 102); Max value from RGB is 56 - color contains mainly: green. Hex color #0F381F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F381F is #F0C7E0. Grayscale: #282828. Windows color (decimal): -15779809 or 2045967. OLE color: 2045967.

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

Color convert

RGB155631-
CMYK0.7300.450.78
HSL143.41º57.75%13.92%-
HSV(B)143.41º73.21%21.96%-
XYZ1.863.031.78-
YUV40.89122.42109.53-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.71%
GREEN value IS 56 (22.27% from 255) = 54.90%
BLUE value IS 31 (12.5% from 255) = 30.39%
R=14.71%
G=54.90%
B=30.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1556310.7300.450.78143.4157.7513.92
HexF381F4902D4E8f3ae
Octal1770371110551162177216
Binary111111100011111100100101011011001110100011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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