Html Css Color HEX #30232C Melanzane

📋 copy color: '#30232C'

red 48 ◦ green 35 ◦ blue 44

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

Shades of Melanzane #30232C

Tints of Melanzane #30232C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 34.65%

R = 37.8%
G = 27.56%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.81

RGB Variations

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

Color information

#30232C (or 0x30232C) is known color: Melanzane. HEX triplet: 30, 23 and 2C. RGB value is (48,35,44). Sum of RGB (Red+Green+Blue) = 48+35+44=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 44 (17.58% from 255 or 34.65% from 127); Max value from RGB is 48 - color contains mainly: red. Hex color #30232C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30232C is #CFDCD3. Grayscale: #272727. Windows color (decimal): -13622484 or 2892592. OLE color: 2892592.

HSL color Cylindrical-coordinate representation of color #30232C: hue angle of 318.46º 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 #30232C is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 35 44 -
CMYK 0 0.27 0.08 0.81
HSL 318.46º 0.16% 0.16% -
HSV(B) 318.46º 0.27% 0.19% -
XYZ 2.27 2.01 2.65 -
YUV 39.91 130.31 133.77 -
System Red Green Blue C M Y K H S L
Decimal 48 35 44 0 0.27 0.08 0.81 318.46 0.16 0.16
Hex 30 23 2C 0 1B 8 51 13E 10 10
Octal 60 43 54 0 33 10 121 476 20 20
Binary 110000 100011 101100 0 11011 1000 1010001 100111110 10000 10000

Color Harmonies of #30232C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30232C

Black with #30232C

Text Example


Text Example

White with #30232C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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