Html Css Color HEX #30152B Melanzane

📋 copy color: '#30152B'

red 48 ◦ green 21 ◦ blue 43

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

Shades of Melanzane #30152B

Tints of Melanzane #30152B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 38.39%

R = 42.86%
G = 18.75%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#30152B (or 0x30152B) is known color: Melanzane. HEX triplet: 30, 15 and 2B. RGB value is (48,21,43). Sum of RGB (Red+Green+Blue) = 48+21+43=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 43 (17.19% from 255 or 38.39% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #30152B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30152B is #CFEAD4. Grayscale: #1F1F1F. Windows color (decimal): -13626069 or 2823472. OLE color: 2823472.

HSL color Cylindrical-coordinate representation of color #30152B: hue angle of 311.11º 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 #30152B is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 21 43 -
CMYK 0 0.56 0.10 0.81
HSL 311.11º 0.39% 0.14% -
HSV(B) 311.11º 0.56% 0.19% -
XYZ 1.92 1.34 2.44 -
YUV 31.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 48 21 43 0 0.56 0.10 0.81 311.11 0.39 0.14
Hex 30 15 2B 0 38 A 51 137 27 E
Octal 60 25 53 0 70 12 121 467 47 16
Binary 110000 10101 101011 0 111000 1010 1010001 100110111 100111 1110

Color Harmonies of #30152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30152B

Black with #30152B

Text Example


Text Example

White with #30152B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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