Html Css Color HEX #30211F Livid Brown

📋 copy color: '#30211F'

red 48 ◦ green 33 ◦ blue 31

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

Shades of Livid Brown #30211F

Tints of Livid Brown #30211F

RGB

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

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

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

R = 42.86%
G = 29.46%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#30211F (or 0x30211F) is known color: Livid Brown. HEX triplet: 30, 21 and 1F. RGB value is (48,33,31). Sum of RGB (Red+Green+Blue) = 48+33+31=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 33 (13.28% from 255 or 29.46% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #30211F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30211F is #CFDEE0. Grayscale: #252525. Windows color (decimal): -13623009 or 2040112. OLE color: 2040112.

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

Color convert

RGB 48 33 31 -
CMYK 0 0.31 0.35 0.81
HSL 7.06º 0.22% 0.15% -
HSV(B) 7.06º 0.35% 0.19% -
XYZ 2.01 1.82 1.54 -
YUV 37.26 124.47 135.66 -
System Red Green Blue C M Y K H S L
Decimal 48 33 31 0 0.31 0.35 0.81 7.06 0.22 0.15
Hex 30 21 1F 0 1F 23 51 7 16 F
Octal 60 41 37 0 37 43 121 7 26 17
Binary 110000 100001 11111 0 11111 100011 1010001 111 10110 1111

Color Harmonies of #30211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30211F

Black with #30211F

Text Example


Text Example

White with #30211F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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