#193021

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

Shades of Deep Fir #193021

Tints of Deep Fir #193021

Color information

#193021 (or 0x193021) is unknown color: approx Deep Fir. HEX triplet: 19, 30 and 21. RGB value is (25,48,33). Sum of RGB (Red+Green+Blue) = 25+48+33=106 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.58% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 48 - color contains mainly: green. Hex color #193021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193021 is #E6CFDE. Grayscale: #272727. Windows color (decimal): -15126495 or 2175001. OLE color: 2175001.

HSL color Cylindrical-coordinate representation of color #193021: hue angle of 140.87º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #193021 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB254833-
CMYK0.4800.310.81
HSL140.87º31.51%14.31%-
HSV(B)140.87º47.92%18.82%-
XYZ1.732.431.82-
YUV39.41124.38117.72-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.58%
GREEN value IS 48 (19.14% from 255) = 45.28%
BLUE value IS 33 (13.28% from 255) = 31.13%
R=23.58%
G=45.28%
B=31.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2548330.4800.310.81140.8731.5114.31
Hex1930213001F518d20e
Octal316041600371212154016
Binary110011100001000011100000111111010001100011011000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193021; }

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

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

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

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

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

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

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

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