Html Css Color HEX #30232E Melanzane

📋 copy color: '#30232E'

red 48 ◦ green 35 ◦ blue 46

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

Shades of Melanzane #30232E

Tints of Melanzane #30232E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 27.13%

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

R = 37.21%
G = 27.13%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#30232E (or 0x30232E) is known color: Melanzane. HEX triplet: 30, 23 and 2E. RGB value is (48,35,46). Sum of RGB (Red+Green+Blue) = 48+35+46=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 46 (18.36% from 255 or 35.66% from 129); Max value from RGB is 48 - color contains mainly: red. Hex color #30232E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30232E is #CFDCD1. Grayscale: #282828. Windows color (decimal): -13622482 or 3023664. OLE color: 3023664.

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

Color convert

RGB 48 35 46 -
CMYK 0 0.27 0.04 0.81
HSL 309.23º 0.16% 0.16% -
HSV(B) 309.23º 0.27% 0.19% -
XYZ 2.31 2.03 2.85 -
YUV 40.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 48 35 46 0 0.27 0.04 0.81 309.23 0.16 0.16
Hex 30 23 2E 0 1B 4 51 135 10 10
Octal 60 43 56 0 33 4 121 465 20 20
Binary 110000 100011 101110 0 11011 100 1010001 100110101 10000 10000

Color Harmonies of #30232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30232E

Black with #30232E

Text Example


Text Example

White with #30232E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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