Html Css Color HEX #30152A Melanzane

📋 copy color: '#30152A'

red 48 ◦ green 21 ◦ blue 42

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

Shades of Melanzane #30152A

Tints of Melanzane #30152A

RGB

 RED value IS 48 (19.14% from 255) = 43.24%

 GREEN value IS 21 (8.59% from 255) = 18.92%

 BLUE value IS 42 (16.8% from 255) = 37.84%

R = 43.24%
G = 18.92%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.81

RGB Variations

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

Color information

#30152A (or 0x30152A) is known color: Melanzane. HEX triplet: 30, 15 and 2A. RGB value is (48,21,42). Sum of RGB (Red+Green+Blue) = 48+21+42=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 42 (16.80% from 255 or 37.84% from 111); Max value from RGB is 48 - color contains mainly: red. Hex color #30152A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30152A is #CFEAD5. Grayscale: #1F1F1F. Windows color (decimal): -13626070 or 2757936. OLE color: 2757936.

HSL color Cylindrical-coordinate representation of color #30152A: hue angle of 313.33º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30152A is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 21 42 -
CMYK 0 0.56 0.13 0.81
HSL 313.33º 0.39% 0.14% -
HSV(B) 313.33º 0.56% 0.19% -
XYZ 1.91 1.33 2.35 -
YUV 31.47 133.95 139.79 -
System Red Green Blue C M Y K H S L
Decimal 48 21 42 0 0.56 0.13 0.81 313.33 0.39 0.14
Hex 30 15 2A 0 38 D 51 139 27 E
Octal 60 25 52 0 70 15 121 471 47 16
Binary 110000 10101 101010 0 111000 1101 1010001 100111001 100111 1110

Color Harmonies of #30152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30152A

Black with #30152A

Text Example


Text Example

White with #30152A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #30152A;
 }
 .AnyTagClassName
 {
   color: #30152A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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