Html Css Color HEX #30112A Melanzane

📋 copy color: '#30112A'

red 48 ◦ green 17 ◦ blue 42

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

Shades of Melanzane #30112A

Tints of Melanzane #30112A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.89%

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

R = 44.86%
G = 15.89%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.81

RGB Variations

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

Color information

#30112A (or 0x30112A) is known color: Melanzane. HEX triplet: 30, 11 and 2A. RGB value is (48,17,42). Sum of RGB (Red+Green+Blue) = 48+17+42=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 42 (16.80% from 255 or 39.25% from 107); Max value from RGB is 48 - color contains mainly: red. Hex color #30112A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30112A is #CFEED5. Grayscale: #1D1D1D. Windows color (decimal): -13627094 or 2756912. OLE color: 2756912.

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

Color convert

RGB 48 17 42 -
CMYK 0 0.65 0.13 0.81
HSL 311.61º 0.48% 0.13% -
HSV(B) 311.61º 0.65% 0.19% -
XYZ 1.84 1.2 2.32 -
YUV 29.12 135.27 141.47 -
System Red Green Blue C M Y K H S L
Decimal 48 17 42 0 0.65 0.13 0.81 311.61 0.48 0.13
Hex 30 11 2A 0 41 D 51 138 30 D
Octal 60 21 52 0 101 15 121 470 60 15
Binary 110000 10001 101010 0 1000001 1101 1010001 100111000 110000 1101

Color Harmonies of #30112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30112A

Black with #30112A

Text Example


Text Example

White with #30112A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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