#193321

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

Shades of Deep Fir #193321

Tints of Deep Fir #193321

Color information

#193321 (or 0x193321) is unknown color: approx Deep Fir. HEX triplet: 19, 33 and 21. RGB value is (25,51,33). Sum of RGB (Red+Green+Blue) = 25+51+33=109 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.94% from 109); Green value is 51 (20.31% from 255 or 46.79% from 109); Blue value is 33 (13.28% from 255 or 30.28% from 109); Max value from RGB is 51 - color contains mainly: green. Hex color #193321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193321 is #E6CCDE. Grayscale: #292929. Windows color (decimal): -15125727 or 2175769. OLE color: 2175769.

HSL color Cylindrical-coordinate representation of color #193321: hue angle of 138.46º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #193321 is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.8.

Color convert

RGB255133-
CMYK0.5100.350.8
HSL138.46º34.21%14.9%-
HSV(B)138.46º50.98%20%-
XYZ1.862.681.86-
YUV41.17123.39116.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.94%
GREEN value IS 51 (20.31% from 255) = 46.79%
BLUE value IS 33 (13.28% from 255) = 30.28%
R=22.94%
G=46.79%
B=30.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2551330.5100.350.8138.4634.2114.9
Hex19332133023508a22f
Octal316341630431202124217
Binary1100111001110000111001101000111010000100010101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193321; }

 p { color: rgb(25,51,33); }

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

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

 a { background-color: rgb(25,51,33); }

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

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

 span { border-color: rgb(25,51,33); }

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