Html Css Color HEX #48292A Volcano

📋 copy color: '#48292A'

red 72 ◦ green 41 ◦ blue 42

#48292A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Volcano #48292A

Tints of Volcano #48292A

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.8% from 255) = 27.1%

R = 46.45%
G = 26.45%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#48292A (or 0x48292A) is known color: 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

RGB 72 41 42 -
CMYK 0 0.43 0.42 0.72
HSL 358.06º 0.27% 0.22% -
HSV(B) 358.06º 0.43% 0.28% -
XYZ 3.88 3.13 2.59 -
YUV 50.38 123.27 143.42 -
System Red Green Blue C M Y K H S L
Decimal 72 41 42 0 0.43 0.42 0.72 358.06 0.27 0.22
Hex 48 29 2A 0 2B 2A 48 166 1B 16
Octal 110 51 52 0 53 52 110 546 33 26
Binary 1001000 101001 101010 0 101011 101010 1001000 101100110 11011 10110

Color Harmonies of #48292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48292A

Black with #48292A

Text Example


Text Example

White with #48292A

Text Example


Text Example

HTML Codes & Css Web 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>