Html Css Color HEX #30192B Melanzane

📋 copy color: '#30192B'

red 48 ◦ green 25 ◦ blue 43

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

Shades of Melanzane #30192B

Tints of Melanzane #30192B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.55%

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

R = 41.38%
G = 21.55%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#30192B (or 0x30192B) is known color: Melanzane. HEX triplet: 30, 19 and 2B. RGB value is (48,25,43). Sum of RGB (Red+Green+Blue) = 48+25+43=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 25 (10.16% from 255 or 21.55% from 116); Blue value is 43 (17.19% from 255 or 37.07% from 116); Max value from RGB is 48 - color contains mainly: red. Hex color #30192B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30192B is #CFE6D4. Grayscale: #212121. Windows color (decimal): -13625045 or 2824496. OLE color: 2824496.

HSL color Cylindrical-coordinate representation of color #30192B: hue angle of 313.04º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30192B is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 25 43 -
CMYK 0 0.48 0.10 0.81
HSL 313.04º 0.32% 0.14% -
HSV(B) 313.04º 0.48% 0.19% -
XYZ 2 1.5 2.47 -
YUV 33.93 133.12 138.04 -
System Red Green Blue C M Y K H S L
Decimal 48 25 43 0 0.48 0.10 0.81 313.04 0.32 0.14
Hex 30 19 2B 0 30 A 51 139 20 E
Octal 60 31 53 0 60 12 121 471 40 16
Binary 110000 11001 101011 0 110000 1010 1010001 100111001 100000 1110

Color Harmonies of #30192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30192B

Black with #30192B

Text Example


Text Example

White with #30192B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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