Html Css Color HEX #30232D Melanzane

📋 copy color: '#30232D'

red 48 ◦ green 35 ◦ blue 45

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

Shades of Melanzane #30232D

Tints of Melanzane #30232D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 35.16%

R = 37.5%
G = 27.34%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.81

RGB Variations

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

Color information

#30232D (or 0x30232D) is known color: Melanzane. HEX triplet: 30, 23 and 2D. RGB value is (48,35,45). Sum of RGB (Red+Green+Blue) = 48+35+45=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 48 - color contains mainly: red. Hex color #30232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30232D is #CFDCD2. Grayscale: #282828. Windows color (decimal): -13622483 or 2958128. OLE color: 2958128.

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

Color convert

RGB 48 35 45 -
CMYK 0 0.27 0.06 0.81
HSL 313.85º 0.16% 0.16% -
HSV(B) 313.85º 0.27% 0.19% -
XYZ 2.29 2.02 2.75 -
YUV 40.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 48 35 45 0 0.27 0.06 0.81 313.85 0.16 0.16
Hex 30 23 2D 0 1B 6 51 13A 10 10
Octal 60 43 55 0 33 6 121 472 20 20
Binary 110000 100011 101101 0 11011 110 1010001 100111010 10000 10000

Color Harmonies of #30232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30232D

Black with #30232D

Text Example


Text Example

White with #30232D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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