#302624

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

Shades of Livid Brown #302624

Tints of Livid Brown #302624

Color information

#302624 (or 0x302624) is unknown color: approx Livid Brown. HEX triplet: 30, 26 and 24. RGB value is (48,38,36). Sum of RGB (Red+Green+Blue) = 48+38+36=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 38 (15.23% from 255 or 31.15% from 122); Blue value is 36 (14.45% from 255 or 29.51% from 122); Max value from RGB is 48 - color contains mainly: red. Hex color #302624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302624 is #CFD9DB. Grayscale: #282828. Windows color (decimal): -13621724 or 2369072. OLE color: 2369072.

HSL color Cylindrical-coordinate representation of color #302624: hue angle of 10º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #302624 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.81.

Color convert

RGB483836-
CMYK00.210.250.81
HSL10º14.29%16.47%-
HSV(B)10º25%18.82%-
XYZ2.232.141.96-
YUV40.76125.31133.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.34%
GREEN value IS 38 (15.23% from 255) = 31.15%
BLUE value IS 36 (14.45% from 255) = 29.51%
R=39.34%
G=31.15%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48383600.210.250.811014.2916.47
Hex3026240151951ae10
Octal60464402531121121620
Binary1100001001101001000101011100110100011010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302624; }

 p { color: rgb(48,38,36); }

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

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

 a { background-color: rgb(48,38,36); }

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

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

 span { border-color: rgb(48,38,36); }

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