Html Css Color HEX #18361F Deep Fir

📋 copy color: '#18361F'

red 24 ◦ green 54 ◦ blue 31

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

Shades of Deep Fir #18361F

Tints of Deep Fir #18361F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 49.54%

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

R = 22.02%
G = 49.54%
B = 28.44%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.43

 K value IS 0.79

RGB Variations

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

Color information

#18361F (or 0x18361F) is known color: Deep Fir. HEX triplet: 18, 36 and 1F. RGB value is (24,54,31). Sum of RGB (Red+Green+Blue) = 24+54+31=109 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.02% from 109); Green value is 54 (21.48% from 255 or 49.54% from 109); Blue value is 31 (12.5% from 255 or 28.44% from 109); Max value from RGB is 54 - color contains mainly: green. Hex color #18361F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18361F is #E7C9E0. Grayscale: #2A2A2A. Windows color (decimal): -15190497 or 2045464. OLE color: 2045464.

HSL color Cylindrical-coordinate representation of color #18361F: hue angle of 134º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #18361F is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB 24 54 31 -
CMYK 0.56 0 0.43 0.79
HSL 134º 0.38% 0.15% -
HSV(B) 134º 0.56% 0.21% -
XYZ 1.94 2.93 1.76 -
YUV 42.41 121.56 114.87 -
System Red Green Blue C M Y K H S L
Decimal 24 54 31 0.56 0 0.43 0.79 134 0.38 0.15
Hex 18 36 1F 38 0 2B 4F 86 26 F
Octal 30 66 37 70 0 53 117 206 46 17
Binary 11000 110110 11111 111000 0 101011 1001111 10000110 100110 1111

Color Harmonies of #18361F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18361F

Black with #18361F

Text Example


Text Example

White with #18361F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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