#183B1F

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

Shades of Deep Fir #183B1F

Tints of Deep Fir #183B1F

Color information

#183B1F (or 0x183B1F) is unknown color: approx Deep Fir. HEX triplet: 18, 3B and 1F. RGB value is (24,59,31). Sum of RGB (Red+Green+Blue) = 24+59+31=114 (15% of max value = 765). Red value is 24 (9.77% from 255 or 21.05% from 114); Green value is 59 (23.44% from 255 or 51.75% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 59 - color contains mainly: green. Hex color #183B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183B1F is #E7C4E0. Grayscale: #2D2D2D. Windows color (decimal): -15189217 or 2046744. OLE color: 2046744.

HSL color Cylindrical-coordinate representation of color #183B1F: hue angle of 132º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #183B1F is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.77.

Color convert

RGB245931-
CMYK0.5900.470.77
HSL132º42.17%16.27%-
HSV(B)132º59.32%23.14%-
XYZ2.193.421.84-
YUV45.34119.9112.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.05%
GREEN value IS 59 (23.44% from 255) = 51.75%
BLUE value IS 31 (12.5% from 255) = 27.19%
R=21.05%
G=51.75%
B=27.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2459310.5900.470.7713242.1716.27
Hex183B1F3B02F4D842a10
Octal307337730571152045220
Binary1100011101111111111011010111110011011000010010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183B1F; }

 p { color: rgb(24,59,31); }

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

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

 a { background-color: rgb(24,59,31); }

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

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

 span { border-color: rgb(24,59,31); }

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