#30211F

Color #30211F Livid Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Livid Brown #30211F

Tints of Livid Brown #30211F

Color information

#30211F (or 0x30211F) is unknown color: approx 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

RGB483331-
CMYK00.310.350.81
HSL7.06º21.52%15.49%-
HSV(B)7.06º35.42%18.82%-
XYZ2.011.821.54-
YUV37.26124.47135.66-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48333100.310.350.817.0621.5215.49
Hex30211F01F2351716f
Octal6041370374312172617
Binary110000100001111110111111000111010001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>