Html Css Color HEX #18381F Deep Fir

📋 copy color: '#18381F'

red 24 ◦ green 56 ◦ blue 31

#18381F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #18381F

Tints of Deep Fir #18381F

RGB

 RED value IS 24 (9.77% from 255) = 21.62%

 GREEN value IS 56 (22.27% from 255) = 50.45%

 BLUE value IS 31 (12.5% from 255) = 27.93%

R = 21.62%
G = 50.45%
B = 27.93%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#18381F (or 0x18381F) is known color: Deep Fir. HEX triplet: 18, 38 and 1F. RGB value is (24,56,31). Sum of RGB (Red+Green+Blue) = 24+56+31=111 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.62% from 111); Green value is 56 (22.27% from 255 or 50.45% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 56 - color contains mainly: green. Hex color #18381F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18381F is #E7C7E0. Grayscale: #2B2B2B. Windows color (decimal): -15189985 or 2045976. OLE color: 2045976.

HSL color Cylindrical-coordinate representation of color #18381F: hue angle of 133.12º 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 #18381F is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB 24 56 31 -
CMYK 0.57 0 0.45 0.78
HSL 133.13º 0.4% 0.16% -
HSV(B) 133.13º 0.57% 0.22% -
XYZ 2.04 3.12 1.79 -
YUV 43.58 120.9 114.03 -
System Red Green Blue C M Y K H S L
Decimal 24 56 31 0.57 0 0.45 0.78 133.13 0.4 0.16
Hex 18 38 1F 39 0 2D 4E 85 28 10
Octal 30 70 37 71 0 55 116 205 50 20
Binary 11000 111000 11111 111001 0 101101 1001110 10000101 101000 10000

Color Harmonies of #18381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18381F

Black with #18381F

Text Example


Text Example

White with #18381F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18381F; }

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

 H1.HeaderClassName
 {
   color: #18381F;
 }
 .AnyTagClassName
 {
   color: #18381F;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #18381F;
 }
 .BgClassName
 {
   background-color: #18381F;
 }
</style>

border-color css

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

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

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