Html Css Color HEX #30201D Livid Brown

📋 copy color: '#30201D'

red 48 ◦ green 32 ◦ blue 29

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

Shades of Livid Brown #30201D

Tints of Livid Brown #30201D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 29.36%

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

R = 44.04%
G = 29.36%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.81

RGB Variations

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

Color information

#30201D (or 0x30201D) is known color: Livid Brown. HEX triplet: 30, 20 and 1D. RGB value is (48,32,29). Sum of RGB (Red+Green+Blue) = 48+32+29=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 48 - color contains mainly: red. Hex color #30201D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30201D is #CFDFE2. Grayscale: #242424. Windows color (decimal): -13623267 or 1908784. OLE color: 1908784.

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

Color convert

RGB 48 32 29 -
CMYK 0 0.33 0.40 0.81
HSL 9.47º 0.25% 0.15% -
HSV(B) 9.47º 0.4% 0.19% -
XYZ 1.96 1.75 1.4 -
YUV 36.44 123.8 136.24 -
System Red Green Blue C M Y K H S L
Decimal 48 32 29 0 0.33 0.40 0.81 9.47 0.25 0.15
Hex 30 20 1D 0 21 28 51 9 19 F
Octal 60 40 35 0 41 50 121 11 31 17
Binary 110000 100000 11101 0 100001 101000 1010001 1001 11001 1111

Color Harmonies of #30201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30201D

Black with #30201D

Text Example


Text Example

White with #30201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30201D; }

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

 H1.HeaderClassName
 {
   color: #30201D;
 }
 .AnyTagClassName
 {
   color: #30201D;
 }
</style>

background-color css

<style>
 a { background-color: #30201D; }

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

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

border-color css

<style>
 span { border-color: #30201D; }

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

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