Html Css Color HEX #143421 Deep Fir

📋 copy color: '#143421'

red 20 ◦ green 52 ◦ blue 33

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

Shades of Deep Fir #143421

Tints of Deep Fir #143421

RGB

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

 GREEN value IS 52 (20.7% from 255) = 49.52%

 BLUE value IS 33 (13.28% from 255) = 31.43%

R = 19.05%
G = 49.52%
B = 31.43%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.37

 K value IS 0.80

RGB Variations

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

Color information

#143421 (or 0x143421) is known color: Deep Fir. HEX triplet: 14, 34 and 21. RGB value is (20,52,33). Sum of RGB (Red+Green+Blue) = 20+52+33=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 52 (20.70% from 255 or 49.52% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 52 - color contains mainly: green. Hex color #143421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143421 is #EBCBDE. Grayscale: #282828. Windows color (decimal): -15453151 or 2176020. OLE color: 2176020.

HSL color Cylindrical-coordinate representation of color #143421: hue angle of 144.38º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #143421 is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.80.

Color convert

RGB 20 52 33 -
CMYK 0.62 0 0.37 0.80
HSL 144.38º 0.44% 0.14% -
HSV(B) 144.38º 0.62% 0.2% -
XYZ 1.79 2.71 1.87 -
YUV 40.27 123.9 113.54 -
System Red Green Blue C M Y K H S L
Decimal 20 52 33 0.62 0 0.37 0.80 144.38 0.44 0.14
Hex 14 34 21 3E 0 25 50 90 2C E
Octal 24 64 41 76 0 45 120 220 54 16
Binary 10100 110100 100001 111110 0 100101 1010000 10010000 101100 1110

Color Harmonies of #143421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143421

Black with #143421

Text Example


Text Example

White with #143421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143421; }

 p { color: rgb(20,52,33); }

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

background-color css

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

 a { background-color: rgb(20,52,33); }

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

border-color css

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

 span { border-color: rgb(20,52,33); }

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