Html Css Color HEX #13381E Deep Fir

📋 copy color: '#13381E'

red 19 ◦ green 56 ◦ blue 30

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

Shades of Deep Fir #13381E

Tints of Deep Fir #13381E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 28.57%

R = 18.1%
G = 53.33%
B = 28.57%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.46

 K value IS 0.78

RGB Variations

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

Color information

#13381E (or 0x13381E) is known color: Deep Fir. HEX triplet: 13, 38 and 1E. RGB value is (19,56,30). Sum of RGB (Red+Green+Blue) = 19+56+30=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 56 (22.27% from 255 or 53.33% from 105); Blue value is 30 (12.11% from 255 or 28.57% from 105); Max value from RGB is 56 - color contains mainly: green. Hex color #13381E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13381E is #ECC7E1. Grayscale: #2A2A2A. Windows color (decimal): -15517666 or 1980435. OLE color: 1980435.

HSL color Cylindrical-coordinate representation of color #13381E: hue angle of 137.84º 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 #13381E is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 56 30 -
CMYK 0.66 0 0.46 0.78
HSL 137.84º 0.49% 0.15% -
HSV(B) 137.84º 0.66% 0.22% -
XYZ 1.92 3.06 1.72 -
YUV 41.97 121.24 111.61 -
System Red Green Blue C M Y K H S L
Decimal 19 56 30 0.66 0 0.46 0.78 137.84 0.49 0.15
Hex 13 38 1E 42 0 2E 4E 8A 31 F
Octal 23 70 36 102 0 56 116 212 61 17
Binary 10011 111000 11110 1000010 0 101110 1001110 10001010 110001 1111

Color Harmonies of #13381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13381E

Black with #13381E

Text Example


Text Example

White with #13381E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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