Html Css Color HEX #14351B Deep Fir

📋 copy color: '#14351B'

red 20 ◦ green 53 ◦ blue 27

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

Shades of Deep Fir #14351B

Tints of Deep Fir #14351B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 53%

 BLUE value IS 27 (10.94% from 255) = 27%

R = 20%
G = 53%
B = 27%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.49

 K value IS 0.79

RGB Variations

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

Color information

#14351B (or 0x14351B) is known color: Deep Fir. HEX triplet: 14, 35 and 1B. RGB value is (20,53,27). Sum of RGB (Red+Green+Blue) = 20+53+27=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 53 (21.09% from 255 or 53% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 53 - color contains mainly: green. Hex color #14351B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14351B is #EBCAE4. Grayscale: #282828. Windows color (decimal): -15452901 or 1783060. OLE color: 1783060.

HSL color Cylindrical-coordinate representation of color #14351B: hue angle of 132.73º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #14351B is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.79.

Color convert

RGB 20 53 27 -
CMYK 0.62 0 0.49 0.79
HSL 132.73º 0.45% 0.14% -
HSV(B) 132.73º 0.62% 0.21% -
XYZ 1.76 2.77 1.48 -
YUV 40.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 20 53 27 0.62 0 0.49 0.79 132.73 0.45 0.14
Hex 14 35 1B 3E 0 31 4F 85 2D E
Octal 24 65 33 76 0 61 117 205 55 16
Binary 10100 110101 11011 111110 0 110001 1001111 10000101 101101 1110

Color Harmonies of #14351B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14351B

Black with #14351B

Text Example


Text Example

White with #14351B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14351B; }

 p { color: rgb(20,53,27); }

 H1.HeaderClassName
 {
   color: #14351B;
 }
 .AnyTagClassName
 {
   color: #14351B;
 }
</style>

background-color css

<style>
 a { background-color: #14351B; }

 a { background-color: rgb(20,53,27); }

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

border-color css

<style>
 span { border-color: #14351B; }

 span { border-color: rgb(20,53,27); }

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