Html Css Color HEX #30211E Livid Brown

📋 copy color: '#30211E'

red 48 ◦ green 33 ◦ blue 30

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

Shades of Livid Brown #30211E

Tints of Livid Brown #30211E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 29.73%

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

R = 43.24%
G = 29.73%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.81

RGB Variations

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

Color information

#30211E (or 0x30211E) is known color: Livid Brown. HEX triplet: 30, 21 and 1E. RGB value is (48,33,30). Sum of RGB (Red+Green+Blue) = 48+33+30=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 30 (12.11% from 255 or 27.03% from 111); Max value from RGB is 48 - color contains mainly: red. Hex color #30211E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30211E is #CFDEE1. Grayscale: #252525. Windows color (decimal): -13623010 or 1974576. OLE color: 1974576.

HSL color Cylindrical-coordinate representation of color #30211E: hue angle of 10º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #30211E is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 33 30 -
CMYK 0 0.31 0.37 0.81
HSL 10º 0.23% 0.15% -
HSV(B) 10º 0.38% 0.19% -
XYZ 2 1.81 1.47 -
YUV 37.14 123.97 135.74 -
System Red Green Blue C M Y K H S L
Decimal 48 33 30 0 0.31 0.37 0.81 10 0.23 0.15
Hex 30 21 1E 0 1F 25 51 A 17 F
Octal 60 41 36 0 37 45 121 12 27 17
Binary 110000 100001 11110 0 11111 100101 1010001 1010 10111 1111

Color Harmonies of #30211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30211E

Black with #30211E

Text Example


Text Example

White with #30211E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,33,30); }

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

background-color css

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

 a { background-color: rgb(48,33,30); }

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

border-color css

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

 span { border-color: rgb(48,33,30); }

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