#193921

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

Shades of Deep Fir #193921

Tints of Deep Fir #193921

Color information

#193921 (or 0x193921) is unknown color: approx Deep Fir. HEX triplet: 19, 39 and 21. RGB value is (25,57,33). Sum of RGB (Red+Green+Blue) = 25+57+33=115 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.74% from 115); Green value is 57 (22.66% from 255 or 49.57% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 57 - color contains mainly: green. Hex color #193921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193921 is #E6C6DE. Grayscale: #2C2C2C. Windows color (decimal): -15124191 or 2177305. OLE color: 2177305.

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

Color convert

RGB255733-
CMYK0.5600.420.78
HSL135º39.02%16.08%-
HSV(B)135º56.14%22.35%-
XYZ2.143.241.95-
YUV44.7121.4113.95-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.74%
GREEN value IS 57 (22.66% from 255) = 49.57%
BLUE value IS 33 (13.28% from 255) = 28.70%
R=21.74%
G=49.57%
B=28.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2557330.5600.420.7813539.0216.08
Hex1939213802A4E872710
Octal317141700521162074720
Binary11001111001100001111000010101010011101000011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193921; }

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

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

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

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

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

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

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

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