Html Css Color HEX #30232B Melanzane

📋 copy color: '#30232B'

red 48 ◦ green 35 ◦ blue 43

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

Shades of Melanzane #30232B

Tints of Melanzane #30232B

RGB

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

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

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

R = 38.1%
G = 27.78%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#30232B (or 0x30232B) is known color: Melanzane. HEX triplet: 30, 23 and 2B. RGB value is (48,35,43). Sum of RGB (Red+Green+Blue) = 48+35+43=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 43 (17.19% from 255 or 34.13% from 126); Max value from RGB is 48 - color contains mainly: red. Hex color #30232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30232B is #CFDCD4. Grayscale: #272727. Windows color (decimal): -13622485 or 2827056. OLE color: 2827056.

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

Color convert

RGB 48 35 43 -
CMYK 0 0.27 0.10 0.81
HSL 323.08º 0.16% 0.16% -
HSV(B) 323.08º 0.27% 0.19% -
XYZ 2.26 2 2.55 -
YUV 39.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 48 35 43 0 0.27 0.10 0.81 323.08 0.16 0.16
Hex 30 23 2B 0 1B A 51 143 10 10
Octal 60 43 53 0 33 12 121 503 20 20
Binary 110000 100011 101011 0 11011 1010 1010001 101000011 10000 10000

Color Harmonies of #30232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30232B

Black with #30232B

Text Example


Text Example

White with #30232B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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