Html Css Color HEX #18301F Deep Fir

📋 copy color: '#18301F'

red 24 ◦ green 48 ◦ blue 31

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

Shades of Deep Fir #18301F

Tints of Deep Fir #18301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 46.6%

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

R = 23.3%
G = 46.6%
B = 30.1%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#18301F (or 0x18301F) is known color: Deep Fir. HEX triplet: 18, 30 and 1F. RGB value is (24,48,31). Sum of RGB (Red+Green+Blue) = 24+48+31=103 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.30% from 103); Green value is 48 (19.14% from 255 or 46.60% from 103); Blue value is 31 (12.5% from 255 or 30.10% from 103); Max value from RGB is 48 - color contains mainly: green. Hex color #18301F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18301F is #E7CFE0. Grayscale: #262626. Windows color (decimal): -15192033 or 2043928. OLE color: 2043928.

HSL color Cylindrical-coordinate representation of color #18301F: hue angle of 137.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 #18301F is Cyan = 0.5, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB 24 48 31 -
CMYK 0.5 0 0.35 0.81
HSL 137.5º 0.33% 0.14% -
HSV(B) 137.5º 0.5% 0.19% -
XYZ 1.68 2.41 1.67 -
YUV 38.89 123.55 117.38 -
System Red Green Blue C M Y K H S L
Decimal 24 48 31 0.5 0 0.35 0.81 137.5 0.33 0.14
Hex 18 30 1F 32 0 23 51 8A 21 E
Octal 30 60 37 62 0 43 121 212 41 16
Binary 11000 110000 11111 110010 0 100011 1010001 10001010 100001 1110

Color Harmonies of #18301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18301F

Black with #18301F

Text Example


Text Example

White with #18301F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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