Html Css Color HEX #301F1D Livid Brown

📋 copy color: '#301F1D'

red 48 ◦ green 31 ◦ blue 29

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

Shades of Livid Brown #301F1D

Tints of Livid Brown #301F1D

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.40

 K value IS 0.81

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #301F1D: hue angle of 6.32º 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 #301F1D is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 31 29 -
CMYK 0 0.35 0.40 0.81
HSL 6.32º 0.25% 0.15% -
HSV(B) 6.32º 0.4% 0.19% -
XYZ 1.93 1.7 1.39 -
YUV 35.86 124.13 136.66 -
System Red Green Blue C M Y K H S L
Decimal 48 31 29 0 0.35 0.40 0.81 6.32 0.25 0.15
Hex 30 1F 1D 0 23 28 51 6 19 F
Octal 60 37 35 0 43 50 121 6 31 17
Binary 110000 11111 11101 0 100011 101000 1010001 110 11001 1111

Color Harmonies of #301F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301F1D

Black with #301F1D

Text Example


Text Example

White with #301F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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