#302A29

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

Shades of Livid Brown #302A29

Tints of Livid Brown #302A29

Color information

#302A29 (or 0x302A29) is unknown color: approx Livid Brown. HEX triplet: 30, 2A and 29. RGB value is (48,42,41). Sum of RGB (Red+Green+Blue) = 48+42+41=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 42 (16.80% from 255 or 32.06% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 48 - color contains mainly: red. Hex color #302A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302A29 is #CFD5D6. Grayscale: #2B2B2B. Windows color (decimal): -13620695 or 2697776. OLE color: 2697776.

HSL color Cylindrical-coordinate representation of color #302A29: hue angle of 8.57º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #302A29 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.81.

Color convert

RGB484241-
CMYK00.130.150.81
HSL8.57º7.87%17.45%-
HSV(B)8.57º14.58%18.82%-
XYZ2.452.442.44-
YUV43.68126.49131.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.64%
GREEN value IS 42 (16.80% from 255) = 32.06%
BLUE value IS 41 (16.41% from 255) = 31.30%
R=36.64%
G=32.06%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48424100.130.150.818.577.8717.45
Hex302A290DF519811
Octal60525101517121111021
Binary11000010101010100101101111110100011001100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302A29; }

 p { color: rgb(48,42,41); }

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

<style>
 a { background-color: #302A29; }

 a { background-color: rgb(48,42,41); }

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

<style>
 span { border-color: #302A29; }

 span { border-color: rgb(48,42,41); }

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