#48292A

Color #48292A Volcano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Volcano #48292A

Tints of Volcano #48292A

Color information

#48292A (or 0x48292A) is unknown color: approx Volcano. HEX triplet: 48, 29 and 2A. RGB value is (72,41,42). Sum of RGB (Red+Green+Blue) = 72+41+42=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #48292A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48292A is #B7D6D5. Grayscale: #323232. Windows color (decimal): -12048086 or 2763080. OLE color: 2763080.

HSL color Cylindrical-coordinate representation of color #48292A: hue angle of 358.06º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #48292A is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB724142-
CMYK00.430.420.72
HSL358.06º27.43%22.16%-
HSV(B)358.06º43.06%28.24%-
XYZ3.883.132.59-
YUV50.38123.27143.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.45%
GREEN value IS 41 (16.41% from 255) = 26.45%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=46.45%
G=26.45%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72414200.430.420.72358.0627.4322.16
Hex48292A02B2A481661b16
Octal1105152053521105463326
Binary1001000101001101010010101110101010010001011001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48292A; }

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

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

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

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

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

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

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

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