Html Css Color HEX #310D17 Rustic Red

📋 copy color: '#310D17'

red 49 ◦ green 13 ◦ blue 23

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

Shades of Rustic Red #310D17

Tints of Rustic Red #310D17

RGB

 RED value IS 49 (19.53% from 255) = 57.65%

 GREEN value IS 13 (5.47% from 255) = 15.29%

 BLUE value IS 23 (9.38% from 255) = 27.06%

R = 57.65%
G = 15.29%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.81

RGB Variations

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

Color information

#310D17 (or 0x310D17) is known color: Rustic Red. HEX triplet: 31, 0D and 17. RGB value is (49,13,23). Sum of RGB (Red+Green+Blue) = 49+13+23=85 (11% of max value = 765). Red value is 49 (19.53% from 255 or 57.65% from 85); Green value is 13 (5.47% from 255 or 15.29% from 85); Blue value is 23 (9.38% from 255 or 27.06% from 85); Max value from RGB is 49 - color contains mainly: red. Hex color #310D17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310D17 is #CEF2E8. Grayscale: #181818. Windows color (decimal): -13562601 or 1510705. OLE color: 1510705.

HSL color Cylindrical-coordinate representation of color #310D17: hue angle of 343.33º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #310D17 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 13 23 -
CMYK 0 0.73 0.53 0.81
HSL 343.33º 0.58% 0.12% -
HSV(B) 343.33º 0.73% 0.19% -
XYZ 1.57 1 0.92 -
YUV 24.9 126.93 145.19 -
System Red Green Blue C M Y K H S L
Decimal 49 13 23 0 0.73 0.53 0.81 343.33 0.58 0.12
Hex 31 D 17 0 49 35 51 157 3A C
Octal 61 15 27 0 111 65 121 527 72 14
Binary 110001 1101 10111 0 1001001 110101 1010001 101010111 111010 1100

Color Harmonies of #310D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310D17

Black with #310D17

Text Example


Text Example

White with #310D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310D17; }

 p { color: rgb(49,13,23); }

 H1.HeaderClassName
 {
   color: #310D17;
 }
 .AnyTagClassName
 {
   color: #310D17;
 }
</style>

background-color css

<style>
 a { background-color: #310D17; }

 a { background-color: rgb(49,13,23); }

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

border-color css

<style>
 span { border-color: #310D17; }

 span { border-color: rgb(49,13,23); }

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