#193323

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

Shades of Deep Fir #193323

Tints of Deep Fir #193323

Color information

#193323 (or 0x193323) is unknown color: approx Deep Fir. HEX triplet: 19, 33 and 23. RGB value is (25,51,35). Sum of RGB (Red+Green+Blue) = 25+51+35=111 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.52% from 111); Green value is 51 (20.31% from 255 or 45.95% from 111); Blue value is 35 (14.06% from 255 or 31.53% from 111); Max value from RGB is 51 - color contains mainly: green. Hex color #193323 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193323 is #E6CCDC. Grayscale: #292929. Windows color (decimal): -15125725 or 2306841. OLE color: 2306841.

HSL color Cylindrical-coordinate representation of color #193323: hue angle of 143.08º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #193323 is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.8.

Color convert

RGB255135-
CMYK0.5100.310.8
HSL143.08º34.21%14.9%-
HSV(B)143.08º50.98%20%-
XYZ1.892.72.01-
YUV41.4124.39116.3-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.52%
GREEN value IS 51 (20.31% from 255) = 45.95%
BLUE value IS 35 (14.06% from 255) = 31.53%
R=22.52%
G=45.95%
B=31.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2551350.5100.310.8143.0834.2114.9
Hex1933233301F508f22f
Octal316343630371202174217
Binary110011100111000111100110111111010000100011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193323; }

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

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

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

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

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

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

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

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