#10331C

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

Shades of Deep Fir #10331C

Tints of Deep Fir #10331C

Color information

#10331C (or 0x10331C) is unknown color: approx Deep Fir. HEX triplet: 10, 33 and 1C. RGB value is (16,51,28). Sum of RGB (Red+Green+Blue) = 16+51+28=95 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.84% from 95); Green value is 51 (20.31% from 255 or 53.68% from 95); Blue value is 28 (11.33% from 255 or 29.47% from 95); Max value from RGB is 51 - color contains mainly: green. Hex color #10331C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10331C is #EFCCE3. Grayscale: #252525. Windows color (decimal): -15715556 or 1848080. OLE color: 1848080.

HSL color Cylindrical-coordinate representation of color #10331C: hue angle of 140.57º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #10331C is Cyan = 0.69, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.8.

Color convert

RGB165128-
CMYK0.6900.450.8
HSL140.57º52.24%13.14%-
HSV(B)140.57º68.63%20%-
XYZ1.612.561.51-
YUV37.91122.4112.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.84%
GREEN value IS 51 (20.31% from 255) = 53.68%
BLUE value IS 28 (11.33% from 255) = 29.47%
R=16.84%
G=53.68%
B=29.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1651280.6900.450.8140.5752.2413.14
Hex10331C4502D508d34d
Octal2063341050551202156415
Binary1000011001111100100010101011011010000100011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10331C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10331C; }

 p { color: rgb(16,51,28); }

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

<style>
 a { background-color: #10331C; }

 a { background-color: rgb(16,51,28); }

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

<style>
 span { border-color: #10331C; }

 span { border-color: rgb(16,51,28); }

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