#10331B

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

Shades of Deep Fir #10331B

Tints of Deep Fir #10331B

Color information

#10331B (or 0x10331B) is unknown color: approx Deep Fir. HEX triplet: 10, 33 and 1B. RGB value is (16,51,27). Sum of RGB (Red+Green+Blue) = 16+51+27=94 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.02% from 94); Green value is 51 (20.31% from 255 or 54.26% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 51 - color contains mainly: green. Hex color #10331B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10331B is #EFCCE4. Grayscale: #252525. Windows color (decimal): -15715557 or 1782544. OLE color: 1782544.

HSL color Cylindrical-coordinate representation of color #10331B: hue angle of 138.86º 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 #10331B is Cyan = 0.69, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.8.

Color convert

RGB165127-
CMYK0.6900.470.8
HSL138.86º52.24%13.14%-
HSV(B)138.86º68.63%20%-
XYZ1.62.561.45-
YUV37.8121.9112.45-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.02%
GREEN value IS 51 (20.31% from 255) = 54.26%
BLUE value IS 27 (10.94% from 255) = 28.72%
R=17.02%
G=54.26%
B=28.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1651270.6900.470.8138.8652.2413.14
Hex10331B4502F508b34d
Octal2063331050571202136415
Binary1000011001111011100010101011111010000100010111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10331B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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