#0F381C

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

Shades of Deep Fir #0F381C

Tints of Deep Fir #0F381C

Color information

#0F381C (or 0x0F381C) is unknown color: approx Deep Fir. HEX triplet: 0F, 38 and 1C. RGB value is (15,56,28). Sum of RGB (Red+Green+Blue) = 15+56+28=99 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15.15% from 99); Green value is 56 (22.27% from 255 or 56.57% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 56 - color contains mainly: green. Hex color #0F381C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F381C is #F0C7E3. Grayscale: #282828. Windows color (decimal): -15779812 or 1849359. OLE color: 1849359.

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

Color convert

RGB155628-
CMYK0.7300.500.78
HSL139.02º57.75%13.92%-
HSV(B)139.02º73.21%21.96%-
XYZ1.823.011.58-
YUV40.55120.92109.78-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.15%
GREEN value IS 56 (22.27% from 255) = 56.57%
BLUE value IS 28 (11.33% from 255) = 28.28%
R=15.15%
G=56.57%
B=28.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1556280.7300.500.78139.0257.7513.92
HexF381C490324E8b3ae
Octal1770341110621162137216
Binary111111100011100100100101100101001110100010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F381C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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