Html Css Color HEX #30252D Melanzane

📋 copy color: '#30252D'

red 48 ◦ green 37 ◦ blue 45

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

Shades of Melanzane #30252D

Tints of Melanzane #30252D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.46%

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

R = 36.92%
G = 28.46%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.81

RGB Variations

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

Color information

#30252D (or 0x30252D) is known color: Melanzane. HEX triplet: 30, 25 and 2D. RGB value is (48,37,45). Sum of RGB (Red+Green+Blue) = 48+37+45=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 48 - color contains mainly: red. Hex color #30252D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30252D is #CFDAD2. Grayscale: #292929. Windows color (decimal): -13621971 or 2958640. OLE color: 2958640.

HSL color Cylindrical-coordinate representation of color #30252D: hue angle of 316.36º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #30252D is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 37 45 -
CMYK 0 0.23 0.06 0.81
HSL 316.36º 0.13% 0.17% -
HSV(B) 316.36º 0.23% 0.19% -
XYZ 2.35 2.14 2.77 -
YUV 41.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 48 37 45 0 0.23 0.06 0.81 316.36 0.13 0.17
Hex 30 25 2D 0 17 6 51 13C D 11
Octal 60 45 55 0 27 6 121 474 15 21
Binary 110000 100101 101101 0 10111 110 1010001 100111100 1101 10001

Color Harmonies of #30252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30252D

Black with #30252D

Text Example


Text Example

White with #30252D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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