#193223

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

Shades of Deep Fir #193223

Tints of Deep Fir #193223

Color information

#193223 (or 0x193223) is unknown color: approx Deep Fir. HEX triplet: 19, 32 and 23. RGB value is (25,50,35). Sum of RGB (Red+Green+Blue) = 25+50+35=110 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.73% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 35 (14.06% from 255 or 31.82% from 110); Max value from RGB is 50 - color contains mainly: green. Hex color #193223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193223 is #E6CDDC. Grayscale: #282828. Windows color (decimal): -15125981 or 2306585. OLE color: 2306585.

HSL color Cylindrical-coordinate representation of color #193223: hue angle of 144º 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 #193223 is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.80.

Color convert

RGB255035-
CMYK0.5000.300.80
HSL144º33.33%14.71%-
HSV(B)144º50%19.61%-
XYZ1.842.612-
YUV40.82124.72116.72-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.73%
GREEN value IS 50 (19.92% from 255) = 45.45%
BLUE value IS 35 (14.06% from 255) = 31.82%
R=22.73%
G=45.45%
B=31.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2550350.5000.300.8014433.3314.71
Hex1932233201E509021f
Octal316243620361202204117
Binary110011100101000111100100111101010000100100001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193223; }

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

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

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

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

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

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

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

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