Html Css Color HEX #13401B Deep Fir

📋 copy color: '#13401B'

red 19 ◦ green 64 ◦ blue 27

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

Shades of Deep Fir #13401B

Tints of Deep Fir #13401B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 58.18%

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

R = 17.27%
G = 58.18%
B = 24.55%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#13401B (or 0x13401B) is known color: Deep Fir. HEX triplet: 13, 40 and 1B. RGB value is (19,64,27). Sum of RGB (Red+Green+Blue) = 19+64+27=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 64 (25.39% from 255 or 58.18% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 64 - color contains mainly: green. Hex color #13401B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13401B is #ECBFE4. Grayscale: #2E2E2E. Windows color (decimal): -15515621 or 1785875. OLE color: 1785875.

HSL color Cylindrical-coordinate representation of color #13401B: hue angle of 130.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #13401B is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 64 27 -
CMYK 0.70 0 0.58 0.75
HSL 130.67º 0.54% 0.16% -
HSV(B) 130.67º 0.7% 0.25% -
XYZ 2.3 3.88 1.67 -
YUV 46.33 117.09 108.51 -
System Red Green Blue C M Y K H S L
Decimal 19 64 27 0.70 0 0.58 0.75 130.67 0.54 0.16
Hex 13 40 1B 46 0 3A 4B 83 36 10
Octal 23 100 33 106 0 72 113 203 66 20
Binary 10011 1000000 11011 1000110 0 111010 1001011 10000011 110110 10000

Color Harmonies of #13401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13401B

Black with #13401B

Text Example


Text Example

White with #13401B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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