Html Css Color HEX #30212B Melanzane

📋 copy color: '#30212B'

red 48 ◦ green 33 ◦ blue 43

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

Shades of Melanzane #30212B

Tints of Melanzane #30212B

RGB

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

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

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

R = 38.71%
G = 26.61%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#30212B (or 0x30212B) is known color: Melanzane. HEX triplet: 30, 21 and 2B. RGB value is (48,33,43). Sum of RGB (Red+Green+Blue) = 48+33+43=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 48 - color contains mainly: red. Hex color #30212B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30212B is #CFDED4. Grayscale: #262626. Windows color (decimal): -13622997 or 2826544. OLE color: 2826544.

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

Color convert

RGB 48 33 43 -
CMYK 0 0.31 0.10 0.81
HSL 320º 0.19% 0.16% -
HSV(B) 320º 0.31% 0.19% -
XYZ 2.2 1.89 2.53 -
YUV 38.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 48 33 43 0 0.31 0.10 0.81 320 0.19 0.16
Hex 30 21 2B 0 1F A 51 140 13 10
Octal 60 41 53 0 37 12 121 500 23 20
Binary 110000 100001 101011 0 11111 1010 1010001 101000000 10011 10000

Color Harmonies of #30212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30212B

Black with #30212B

Text Example


Text Example

White with #30212B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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