#10381D

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

Shades of Deep Fir #10381D

Tints of Deep Fir #10381D

Color information

#10381D (or 0x10381D) is unknown color: approx Deep Fir. HEX triplet: 10, 38 and 1D. RGB value is (16,56,29). Sum of RGB (Red+Green+Blue) = 16+56+29=101 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.84% from 101); Green value is 56 (22.27% from 255 or 55.45% from 101); Blue value is 29 (11.72% from 255 or 28.71% from 101); Max value from RGB is 56 - color contains mainly: green. Hex color #10381D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10381D is #EFC7E2. Grayscale: #292929. Windows color (decimal): -15714275 or 1914896. OLE color: 1914896.

HSL color Cylindrical-coordinate representation of color #10381D: hue angle of 139.5º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #10381D is Cyan = 0.71, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB165629-
CMYK0.7100.480.78
HSL139.5º55.56%14.12%-
HSV(B)139.5º71.43%21.96%-
XYZ1.853.031.65-
YUV40.96121.25110.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.84%
GREEN value IS 56 (22.27% from 255) = 55.45%
BLUE value IS 29 (11.72% from 255) = 28.71%
R=15.84%
G=55.45%
B=28.71%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1656290.7100.480.78139.555.5614.12
Hex10381D470304E8c38e
Octal2070351070601162147016
Binary1000011100011101100011101100001001110100011001110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10381D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10381D; }

 p { color: rgb(16,56,29); }

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

<style>
 a { background-color: #10381D; }

 a { background-color: rgb(16,56,29); }

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

<style>
 span { border-color: #10381D; }

 span { border-color: rgb(16,56,29); }

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