#183021

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

Shades of Deep Fir #183021

Tints of Deep Fir #183021

Color information

#183021 (or 0x183021) is unknown color: approx Deep Fir. HEX triplet: 18, 30 and 21. RGB value is (24,48,33). Sum of RGB (Red+Green+Blue) = 24+48+33=105 (13% of max value = 765). Red value is 24 (9.77% from 255 or 22.86% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 48 - color contains mainly: green. Hex color #183021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183021 is #E7CFDE. Grayscale: #272727. Windows color (decimal): -15192031 or 2175000. OLE color: 2175000.

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

Color convert

RGB244833-
CMYK0.500.310.81
HSL142.5º33.33%14.12%-
HSV(B)142.5º50%18.82%-
XYZ1.712.421.82-
YUV39.11124.55117.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.86%
GREEN value IS 48 (19.14% from 255) = 45.71%
BLUE value IS 33 (13.28% from 255) = 31.43%
R=22.86%
G=45.71%
B=31.43%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2448330.500.310.81142.533.3314.12
Hex1830213201F518e21e
Octal306041620371212164116
Binary110001100001000011100100111111010001100011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183021; }

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

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

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

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

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

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

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

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