#193221

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

Shades of Deep Fir #193221

Tints of Deep Fir #193221

Color information

#193221 (or 0x193221) is unknown color: approx Deep Fir. HEX triplet: 19, 32 and 21. RGB value is (25,50,33). Sum of RGB (Red+Green+Blue) = 25+50+33=108 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.15% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 33 (13.28% from 255 or 30.56% from 108); Max value from RGB is 50 - color contains mainly: green. Hex color #193221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193221 is #E6CDDE. Grayscale: #282828. Windows color (decimal): -15125983 or 2175513. OLE color: 2175513.

HSL color Cylindrical-coordinate representation of color #193221: hue angle of 139.2º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #193221 is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.80.

Color convert

RGB255033-
CMYK0.5000.340.80
HSL139.2º33.33%14.71%-
HSV(B)139.2º50%19.61%-
XYZ1.822.61.84-
YUV40.59123.72116.88-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.15%
GREEN value IS 50 (19.92% from 255) = 46.30%
BLUE value IS 33 (13.28% from 255) = 30.56%
R=23.15%
G=46.30%
B=30.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2550330.5000.340.80139.233.3314.71
Hex19322132022508b21f
Octal316241620421202134117
Binary1100111001010000111001001000101010000100010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193221; }

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

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

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

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

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

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

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

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