#193821

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

Shades of Deep Fir #193821

Tints of Deep Fir #193821

Color information

#193821 (or 0x193821) is unknown color: approx Deep Fir. HEX triplet: 19, 38 and 21. RGB value is (25,56,33). Sum of RGB (Red+Green+Blue) = 25+56+33=114 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.93% from 114); Green value is 56 (22.27% from 255 or 49.12% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 56 - color contains mainly: green. Hex color #193821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193821 is #E6C7DE. Grayscale: #2C2C2C. Windows color (decimal): -15124447 or 2177049. OLE color: 2177049.

HSL color Cylindrical-coordinate representation of color #193821: hue angle of 135.48º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #193821 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.78.

Color convert

RGB255633-
CMYK0.5500.410.78
HSL135.48º38.27%15.88%-
HSV(B)135.48º55.36%21.96%-
XYZ2.093.141.94-
YUV44.11121.73114.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.93%
GREEN value IS 56 (22.27% from 255) = 49.12%
BLUE value IS 33 (13.28% from 255) = 28.95%
R=21.93%
G=49.12%
B=28.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2556330.5500.410.78135.4838.2715.88
Hex193821370294E872610
Octal317041670511162074620
Binary11001111000100001110111010100110011101000011110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193821; }

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

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

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

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

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

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

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

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