Html Css Color HEX #30182B Melanzane

📋 copy color: '#30182B'

red 48 ◦ green 24 ◦ blue 43

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

Shades of Melanzane #30182B

Tints of Melanzane #30182B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 20.87%

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

R = 41.74%
G = 20.87%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#30182B (or 0x30182B) is known color: Melanzane. HEX triplet: 30, 18 and 2B. RGB value is (48,24,43). Sum of RGB (Red+Green+Blue) = 48+24+43=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 43 (17.19% from 255 or 37.39% from 115); Max value from RGB is 48 - color contains mainly: red. Hex color #30182B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30182B is #CFE7D4. Grayscale: #212121. Windows color (decimal): -13625301 or 2824240. OLE color: 2824240.

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

Color convert

RGB 48 24 43 -
CMYK 0 0.5 0.10 0.81
HSL 312.5º 0.33% 0.14% -
HSV(B) 312.5º 0.5% 0.19% -
XYZ 1.98 1.46 2.46 -
YUV 33.34 133.45 138.46 -
System Red Green Blue C M Y K H S L
Decimal 48 24 43 0 0.5 0.10 0.81 312.5 0.33 0.14
Hex 30 18 2B 0 32 A 51 138 21 E
Octal 60 30 53 0 62 12 121 470 41 16
Binary 110000 11000 101011 0 110010 1010 1010001 100111000 100001 1110

Color Harmonies of #30182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30182B

Black with #30182B

Text Example


Text Example

White with #30182B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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