#10321B

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

Shades of Deep Fir #10321B

Tints of Deep Fir #10321B

Color information

#10321B (or 0x10321B) is unknown color: approx Deep Fir. HEX triplet: 10, 32 and 1B. RGB value is (16,50,27). Sum of RGB (Red+Green+Blue) = 16+50+27=93 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.20% from 93); Green value is 50 (19.92% from 255 or 53.76% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 50 - color contains mainly: green. Hex color #10321B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10321B is #EFCDE4. Grayscale: #252525. Windows color (decimal): -15715813 or 1782288. OLE color: 1782288.

HSL color Cylindrical-coordinate representation of color #10321B: hue angle of 139.41º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #10321B is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB165027-
CMYK0.6800.460.80
HSL139.41º51.52%12.94%-
HSV(B)139.41º68%19.61%-
XYZ1.552.471.43-
YUV37.21122.24112.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.20%
GREEN value IS 50 (19.92% from 255) = 53.76%
BLUE value IS 27 (10.94% from 255) = 29.03%
R=17.20%
G=53.76%
B=29.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1650270.6800.460.80139.4151.5212.94
Hex10321B4402E508b34d
Octal2062331040561202136415
Binary1000011001011011100010001011101010000100010111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10321B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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