Html Css Color HEX #13381C Deep Fir

📋 copy color: '#13381C'

red 19 ◦ green 56 ◦ blue 28

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

Shades of Deep Fir #13381C

Tints of Deep Fir #13381C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 54.37%

 BLUE value IS 28 (11.33% from 255) = 27.18%

R = 18.45%
G = 54.37%
B = 27.18%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.50

 K value IS 0.78

RGB Variations

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

Color information

#13381C (or 0x13381C) is known color: Deep Fir. HEX triplet: 13, 38 and 1C. RGB value is (19,56,28). Sum of RGB (Red+Green+Blue) = 19+56+28=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 56 (22.27% from 255 or 54.37% from 103); Blue value is 28 (11.33% from 255 or 27.18% from 103); Max value from RGB is 56 - color contains mainly: green. Hex color #13381C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13381C is #ECC7E3. Grayscale: #292929. Windows color (decimal): -15517668 or 1849363. OLE color: 1849363.

HSL color Cylindrical-coordinate representation of color #13381C: hue angle of 134.59º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #13381C is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 56 28 -
CMYK 0.66 0 0.50 0.78
HSL 134.59º 0.49% 0.15% -
HSV(B) 134.59º 0.66% 0.22% -
XYZ 1.89 3.05 1.59 -
YUV 41.75 120.24 111.78 -
System Red Green Blue C M Y K H S L
Decimal 19 56 28 0.66 0 0.50 0.78 134.59 0.49 0.15
Hex 13 38 1C 42 0 32 4E 87 31 F
Octal 23 70 34 102 0 62 116 207 61 17
Binary 10011 111000 11100 1000010 0 110010 1001110 10000111 110001 1111

Color Harmonies of #13381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13381C

Black with #13381C

Text Example


Text Example

White with #13381C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13381C; }

 p { color: rgb(19,56,28); }

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

background-color css

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

 a { background-color: rgb(19,56,28); }

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

border-color css

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

 span { border-color: rgb(19,56,28); }

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