#183821

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

Shades of Deep Fir #183821

Tints of Deep Fir #183821

Color information

#183821 (or 0x183821) is unknown color: approx Deep Fir. HEX triplet: 18, 38 and 21. RGB value is (24,56,33). Sum of RGB (Red+Green+Blue) = 24+56+33=113 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.24% from 113); Green value is 56 (22.27% from 255 or 49.56% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 56 - color contains mainly: green. Hex color #183821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183821 is #E7C7DE. Grayscale: #2B2B2B. Windows color (decimal): -15189983 or 2177048. OLE color: 2177048.

HSL color Cylindrical-coordinate representation of color #183821: hue angle of 136.88º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #183821 is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.78.

Color convert

RGB245633-
CMYK0.5700.410.78
HSL136.88º40%15.69%-
HSV(B)136.88º57.14%21.96%-
XYZ2.073.131.93-
YUV43.81121.9113.87-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.24%
GREEN value IS 56 (22.27% from 255) = 49.56%
BLUE value IS 33 (13.28% from 255) = 29.20%
R=21.24%
G=49.56%
B=29.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2456330.5700.410.78136.884015.69
Hex183821390294E892810
Octal307041710511162115020
Binary11000111000100001111001010100110011101000100110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183821; }

 p { color: rgb(24,56,33); }

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

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

 a { background-color: rgb(24,56,33); }

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

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

 span { border-color: rgb(24,56,33); }

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