Html Css Color HEX #14301E Deep Fir

📋 copy color: '#14301E'

red 20 ◦ green 48 ◦ blue 30

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

Shades of Deep Fir #14301E

Tints of Deep Fir #14301E

RGB

 RED value IS 20 (8.2% from 255) = 20.41%

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

 BLUE value IS 30 (12.11% from 255) = 30.61%

R = 20.41%
G = 48.98%
B = 30.61%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.37

 K value IS 0.81

RGB Variations

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

Color information

#14301E (or 0x14301E) is known color: Deep Fir. HEX triplet: 14, 30 and 1E. RGB value is (20,48,30). Sum of RGB (Red+Green+Blue) = 20+48+30=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 30 (12.11% from 255 or 30.61% from 98); Max value from RGB is 48 - color contains mainly: green. Hex color #14301E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14301E is #EBCFE1. Grayscale: #252525. Windows color (decimal): -15454178 or 1978388. OLE color: 1978388.

HSL color Cylindrical-coordinate representation of color #14301E: hue angle of 141.43º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #14301E is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB 20 48 30 -
CMYK 0.58 0 0.37 0.81
HSL 141.43º 0.41% 0.13% -
HSV(B) 141.43º 0.58% 0.19% -
XYZ 1.58 2.36 1.6 -
YUV 37.58 123.72 115.46 -
System Red Green Blue C M Y K H S L
Decimal 20 48 30 0.58 0 0.37 0.81 141.43 0.41 0.13
Hex 14 30 1E 3A 0 25 51 8D 29 D
Octal 24 60 36 72 0 45 121 215 51 15
Binary 10100 110000 11110 111010 0 100101 1010001 10001101 101001 1101

Color Harmonies of #14301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14301E

Black with #14301E

Text Example


Text Example

White with #14301E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14301E; }

 p { color: rgb(20,48,30); }

 H1.HeaderClassName
 {
   color: #14301E;
 }
 .AnyTagClassName
 {
   color: #14301E;
 }
</style>

background-color css

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

 a { background-color: rgb(20,48,30); }

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

border-color css

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

 span { border-color: rgb(20,48,30); }

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