Html Css Color HEX #30242E Melanzane

📋 copy color: '#30242E'

red 48 ◦ green 36 ◦ blue 46

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

Shades of Melanzane #30242E

Tints of Melanzane #30242E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 27.69%

 BLUE value IS 46 (18.36% from 255) = 35.38%

R = 36.92%
G = 27.69%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#30242E (or 0x30242E) is known color: Melanzane. HEX triplet: 30, 24 and 2E. RGB value is (48,36,46). Sum of RGB (Red+Green+Blue) = 48+36+46=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 48 - color contains mainly: red. Hex color #30242E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30242E is #CFDBD1. Grayscale: #282828. Windows color (decimal): -13622226 or 3023920. OLE color: 3023920.

HSL color Cylindrical-coordinate representation of color #30242E: hue angle of 310º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #30242E is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 36 46 -
CMYK 0 0.25 0.04 0.81
HSL 310º 0.14% 0.16% -
HSV(B) 310º 0.25% 0.19% -
XYZ 2.34 2.09 2.86 -
YUV 40.73 130.98 133.19 -
System Red Green Blue C M Y K H S L
Decimal 48 36 46 0 0.25 0.04 0.81 310 0.14 0.16
Hex 30 24 2E 0 19 4 51 136 E 10
Octal 60 44 56 0 31 4 121 466 16 20
Binary 110000 100100 101110 0 11001 100 1010001 100110110 1110 10000

Color Harmonies of #30242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30242E

Black with #30242E

Text Example


Text Example

White with #30242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30242E; }

 p { color: rgb(48,36,46); }

 H1.HeaderClassName
 {
   color: #30242E;
 }
 .AnyTagClassName
 {
   color: #30242E;
 }
</style>

background-color css

<style>
 a { background-color: #30242E; }

 a { background-color: rgb(48,36,46); }

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

border-color css

<style>
 span { border-color: #30242E; }

 span { border-color: rgb(48,36,46); }

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