Html Css Color HEX #14331C Deep Fir

📋 copy color: '#14331C'

red 20 ◦ green 51 ◦ blue 28

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

Shades of Deep Fir #14331C

Tints of Deep Fir #14331C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 51.52%

 BLUE value IS 28 (11.33% from 255) = 28.28%

R = 20.2%
G = 51.52%
B = 28.28%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.45

 K value IS 0.8

RGB Variations

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

Color information

#14331C (or 0x14331C) is known color: Deep Fir. HEX triplet: 14, 33 and 1C. RGB value is (20,51,28). Sum of RGB (Red+Green+Blue) = 20+51+28=99 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20.20% from 99); Green value is 51 (20.31% from 255 or 51.52% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 51 - color contains mainly: green. Hex color #14331C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14331C is #EBCCE3. Grayscale: #272727. Windows color (decimal): -15453412 or 1848084. OLE color: 1848084.

HSL color Cylindrical-coordinate representation of color #14331C: hue angle of 135.48º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #14331C is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.8.

Color convert

RGB 20 51 28 -
CMYK 0.61 0 0.45 0.8
HSL 135.48º 0.44% 0.14% -
HSV(B) 135.48º 0.61% 0.2% -
XYZ 1.68 2.6 1.51 -
YUV 39.11 121.73 114.37 -
System Red Green Blue C M Y K H S L
Decimal 20 51 28 0.61 0 0.45 0.8 135.48 0.44 0.14
Hex 14 33 1C 3D 0 2D 50 87 2C E
Octal 24 63 34 75 0 55 120 207 54 16
Binary 10100 110011 11100 111101 0 101101 1010000 10000111 101100 1110

Color Harmonies of #14331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14331C

Black with #14331C

Text Example


Text Example

White with #14331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14331C; }

 p { color: rgb(20,51,28); }

 H1.HeaderClassName
 {
   color: #14331C;
 }
 .AnyTagClassName
 {
   color: #14331C;
 }
</style>

background-color css

<style>
 a { background-color: #14331C; }

 a { background-color: rgb(20,51,28); }

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

border-color css

<style>
 span { border-color: #14331C; }

 span { border-color: rgb(20,51,28); }

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