#183322

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

Shades of Deep Fir #183322

Tints of Deep Fir #183322

Color information

#183322 (or 0x183322) is unknown color: approx Deep Fir. HEX triplet: 18, 33 and 22. RGB value is (24,51,34). Sum of RGB (Red+Green+Blue) = 24+51+34=109 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.02% from 109); Green value is 51 (20.31% from 255 or 46.79% from 109); Blue value is 34 (13.67% from 255 or 31.19% from 109); Max value from RGB is 51 - color contains mainly: green. Hex color #183322 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183322 is #E7CCDD. Grayscale: #292929. Windows color (decimal): -15191262 or 2241304. OLE color: 2241304.

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

Color convert

RGB245134-
CMYK0.5300.330.8
HSL142.22º36%14.71%-
HSV(B)142.22º52.94%20%-
XYZ1.852.681.93-
YUV40.99124.05115.88-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.02%
GREEN value IS 51 (20.31% from 255) = 46.79%
BLUE value IS 34 (13.67% from 255) = 31.19%
R=22.02%
G=46.79%
B=31.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2451340.5300.330.8142.223614.71
Hex18332235021508e24f
Octal306342650411202164417
Binary1100011001110001011010101000011010000100011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183322; }

 p { color: rgb(24,51,34); }

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

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

 a { background-color: rgb(24,51,34); }

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

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

 span { border-color: rgb(24,51,34); }

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