Html Css Color HEX #13421B Deep Fir

📋 copy color: '#13421B'

red 19 ◦ green 66 ◦ blue 27

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

Shades of Deep Fir #13421B

Tints of Deep Fir #13421B

RGB

 RED value IS 19 (7.81% from 255) = 16.96%

 GREEN value IS 66 (26.17% from 255) = 58.93%

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

R = 16.96%
G = 58.93%
B = 24.11%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.59

 K value IS 0.74

RGB Variations

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

Color information

#13421B (or 0x13421B) is known color: Deep Fir. HEX triplet: 13, 42 and 1B. RGB value is (19,66,27). Sum of RGB (Red+Green+Blue) = 19+66+27=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 66 (26.17% from 255 or 58.93% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 66 - color contains mainly: green. Hex color #13421B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13421B is #ECBDE4. Grayscale: #2F2F2F. Windows color (decimal): -15515109 or 1786387. OLE color: 1786387.

HSL color Cylindrical-coordinate representation of color #13421B: hue angle of 130.21º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #13421B is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.74.

Color convert

RGB 19 66 27 -
CMYK 0.71 0 0.59 0.74
HSL 130.21º 0.55% 0.17% -
HSV(B) 130.21º 0.71% 0.26% -
XYZ 2.41 4.11 1.7 -
YUV 47.5 116.43 107.67 -
System Red Green Blue C M Y K H S L
Decimal 19 66 27 0.71 0 0.59 0.74 130.21 0.55 0.17
Hex 13 42 1B 47 0 3B 4A 82 37 11
Octal 23 102 33 107 0 73 112 202 67 21
Binary 10011 1000010 11011 1000111 0 111011 1001010 10000010 110111 10001

Color Harmonies of #13421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13421B

Black with #13421B

Text Example


Text Example

White with #13421B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,66,27); }

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

background-color css

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

 a { background-color: rgb(19,66,27); }

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

border-color css

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

 span { border-color: rgb(19,66,27); }

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