#193421

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

Shades of Deep Fir #193421

Tints of Deep Fir #193421

Color information

#193421 (or 0x193421) is unknown color: approx Deep Fir. HEX triplet: 19, 34 and 21. RGB value is (25,52,33). Sum of RGB (Red+Green+Blue) = 25+52+33=110 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.73% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 33 (13.28% from 255 or 30% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #193421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193421 is #E6CBDE. Grayscale: #292929. Windows color (decimal): -15125471 or 2176025. OLE color: 2176025.

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

Color convert

RGB255233-
CMYK0.5200.370.80
HSL137.78º35.06%15.1%-
HSV(B)137.78º51.92%20.39%-
XYZ1.92.771.87-
YUV41.76123.05116.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.73%
GREEN value IS 52 (20.70% from 255) = 47.27%
BLUE value IS 33 (13.28% from 255) = 30%
R=22.73%
G=47.27%
B=30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2552330.5200.370.80137.7835.0615.1
Hex19342134025508a23f
Octal316441640451202124317
Binary1100111010010000111010001001011010000100010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193421; }

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

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

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

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

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

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

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

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