Html Css Color HEX #301D1F Rustic Red

📋 copy color: '#301D1F'

red 48 ◦ green 29 ◦ blue 31

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

Shades of Rustic Red #301D1F

Tints of Rustic Red #301D1F

RGB

 RED value IS 48 (19.14% from 255) = 44.44%

 GREEN value IS 29 (11.72% from 255) = 26.85%

 BLUE value IS 31 (12.5% from 255) = 28.7%

R = 44.44%
G = 26.85%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#301D1F (or 0x301D1F) is known color: Rustic Red. HEX triplet: 30, 1D and 1F. RGB value is (48,29,31). Sum of RGB (Red+Green+Blue) = 48+29+31=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 29 (11.72% from 255 or 26.85% from 108); Blue value is 31 (12.5% from 255 or 28.70% from 108); Max value from RGB is 48 - color contains mainly: red. Hex color #301D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301D1F is #CFE2E0. Grayscale: #222222. Windows color (decimal): -13624033 or 2039088. OLE color: 2039088.

HSL color Cylindrical-coordinate representation of color #301D1F: hue angle of 353.68º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #301D1F is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 29 31 -
CMYK 0 0.40 0.35 0.81
HSL 353.68º 0.25% 0.15% -
HSV(B) 353.68º 0.4% 0.19% -
XYZ 1.91 1.61 1.51 -
YUV 34.91 125.79 137.34 -
System Red Green Blue C M Y K H S L
Decimal 48 29 31 0 0.40 0.35 0.81 353.68 0.25 0.15
Hex 30 1D 1F 0 28 23 51 162 19 F
Octal 60 35 37 0 50 43 121 542 31 17
Binary 110000 11101 11111 0 101000 100011 1010001 101100010 11001 1111

Color Harmonies of #301D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301D1F

Black with #301D1F

Text Example


Text Example

White with #301D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301D1F; }

 p { color: rgb(48,29,31); }

 H1.HeaderClassName
 {
   color: #301D1F;
 }
 .AnyTagClassName
 {
   color: #301D1F;
 }
</style>

background-color css

<style>
 a { background-color: #301D1F; }

 a { background-color: rgb(48,29,31); }

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

border-color css

<style>
 span { border-color: #301D1F; }

 span { border-color: rgb(48,29,31); }

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