Html Css Color HEX #13341B Deep Fir

📋 copy color: '#13341B'

red 19 ◦ green 52 ◦ blue 27

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

Shades of Deep Fir #13341B

Tints of Deep Fir #13341B

RGB

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

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

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

R = 19.39%
G = 53.06%
B = 27.55%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.48

 K value IS 0.80

RGB Variations

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

Color information

#13341B (or 0x13341B) is known color: Deep Fir. HEX triplet: 13, 34 and 1B. RGB value is (19,52,27). Sum of RGB (Red+Green+Blue) = 19+52+27=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 52 (20.70% from 255 or 53.06% from 98); Blue value is 27 (10.94% from 255 or 27.55% from 98); Max value from RGB is 52 - color contains mainly: green. Hex color #13341B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13341B is #ECCBE4. Grayscale: #272727. Windows color (decimal): -15518693 or 1782803. OLE color: 1782803.

HSL color Cylindrical-coordinate representation of color #13341B: hue angle of 134.55º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #13341B is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 52 27 -
CMYK 0.63 0 0.48 0.80
HSL 134.55º 0.46% 0.14% -
HSV(B) 134.55º 0.63% 0.2% -
XYZ 1.69 2.67 1.46 -
YUV 39.28 121.07 113.53 -
System Red Green Blue C M Y K H S L
Decimal 19 52 27 0.63 0 0.48 0.80 134.55 0.46 0.14
Hex 13 34 1B 3F 0 30 50 87 2E E
Octal 23 64 33 77 0 60 120 207 56 16
Binary 10011 110100 11011 111111 0 110000 1010000 10000111 101110 1110

Color Harmonies of #13341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13341B

Black with #13341B

Text Example


Text Example

White with #13341B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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