#30201E

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

Shades of Livid Brown #30201E

Tints of Livid Brown #30201E

Color information

#30201E (or 0x30201E) is unknown color: approx Livid Brown. HEX triplet: 30, 20 and 1E. RGB value is (48,32,30). Sum of RGB (Red+Green+Blue) = 48+32+30=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #30201E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30201E is #CFDFE1. Grayscale: #242424. Windows color (decimal): -13623266 or 1974320. OLE color: 1974320.

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

Color convert

RGB483230-
CMYK00.330.370.81
HSL6.67º23.08%15.29%-
HSV(B)6.67º37.5%18.82%-
XYZ1.971.761.46-
YUV36.56124.3136.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.64%
GREEN value IS 32 (12.89% from 255) = 29.09%
BLUE value IS 30 (12.11% from 255) = 27.27%
R=43.64%
G=29.09%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48323000.330.370.816.6723.0815.29
Hex30201E0212551717f
Octal6040360414512172717
Binary1100001000001111001000011001011010001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #30201E;
 }
 .AnyTagClassName
 {
   color: #30201E;
 }
</style>
background-color css

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

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

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

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

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

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