Html Css Color HEX #13441B Deep Fir

📋 copy color: '#13441B'

red 19 ◦ green 68 ◦ blue 27

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

Shades of Deep Fir #13441B

Tints of Deep Fir #13441B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 59.65%

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

R = 16.67%
G = 59.65%
B = 23.68%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#13441B (or 0x13441B) is known color: Deep Fir. HEX triplet: 13, 44 and 1B. RGB value is (19,68,27). Sum of RGB (Red+Green+Blue) = 19+68+27=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 68 (26.95% from 255 or 59.65% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 68 - color contains mainly: green. Hex color #13441B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13441B is #ECBBE4. Grayscale: #303030. Windows color (decimal): -15514597 or 1786899. OLE color: 1786899.

HSL color Cylindrical-coordinate representation of color #13441B: hue angle of 129.8º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #13441B is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 68 27 -
CMYK 0.72 0 0.60 0.73
HSL 129.8º 0.56% 0.17% -
HSV(B) 129.8º 0.72% 0.27% -
XYZ 2.53 4.35 1.74 -
YUV 48.68 115.77 106.83 -
System Red Green Blue C M Y K H S L
Decimal 19 68 27 0.72 0 0.60 0.73 129.8 0.56 0.17
Hex 13 44 1B 48 0 3C 49 82 38 11
Octal 23 104 33 110 0 74 111 202 70 21
Binary 10011 1000100 11011 1001000 0 111100 1001001 10000010 111000 10001

Color Harmonies of #13441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13441B

Black with #13441B

Text Example


Text Example

White with #13441B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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