Html Css Color HEX #30212A Melanzane

📋 copy color: '#30212A'

red 48 ◦ green 33 ◦ blue 42

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

Shades of Melanzane #30212A

Tints of Melanzane #30212A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.83%

 BLUE value IS 42 (16.8% from 255) = 34.15%

R = 39.02%
G = 26.83%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.81

RGB Variations

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

Color information

#30212A (or 0x30212A) is known color: Melanzane. HEX triplet: 30, 21 and 2A. RGB value is (48,33,42). Sum of RGB (Red+Green+Blue) = 48+33+42=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 48 - color contains mainly: red. Hex color #30212A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30212A is #CFDED5. Grayscale: #262626. Windows color (decimal): -13622998 or 2761008. OLE color: 2761008.

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

Color convert

RGB 48 33 42 -
CMYK 0 0.31 0.13 0.81
HSL 324º 0.19% 0.16% -
HSV(B) 324º 0.31% 0.19% -
XYZ 2.18 1.88 2.44 -
YUV 38.51 129.97 134.77 -
System Red Green Blue C M Y K H S L
Decimal 48 33 42 0 0.31 0.13 0.81 324 0.19 0.16
Hex 30 21 2A 0 1F D 51 144 13 10
Octal 60 41 52 0 37 15 121 504 23 20
Binary 110000 100001 101010 0 11111 1101 1010001 101000100 10011 10000

Color Harmonies of #30212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30212A

Black with #30212A

Text Example


Text Example

White with #30212A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30212A; }

 p { color: rgb(48,33,42); }

 H1.HeaderClassName
 {
   color: #30212A;
 }
 .AnyTagClassName
 {
   color: #30212A;
 }
</style>

background-color css

<style>
 a { background-color: #30212A; }

 a { background-color: rgb(48,33,42); }

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

border-color css

<style>
 span { border-color: #30212A; }

 span { border-color: rgb(48,33,42); }

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