Html Css Color HEX #30202B Melanzane

📋 copy color: '#30202B'

red 48 ◦ green 32 ◦ blue 43

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

Shades of Melanzane #30202B

Tints of Melanzane #30202B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.02%

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

R = 39.02%
G = 26.02%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#30202B (or 0x30202B) is known color: Melanzane. HEX triplet: 30, 20 and 2B. RGB value is (48,32,43). Sum of RGB (Red+Green+Blue) = 48+32+43=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 48 - color contains mainly: red. Hex color #30202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30202B is #CFDFD4. Grayscale: #262626. Windows color (decimal): -13623253 or 2826288. OLE color: 2826288.

HSL color Cylindrical-coordinate representation of color #30202B: hue angle of 318.75º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #30202B is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 32 43 -
CMYK 0 0.33 0.10 0.81
HSL 318.75º 0.2% 0.16% -
HSV(B) 318.75º 0.33% 0.19% -
XYZ 2.17 1.84 2.53 -
YUV 38.04 130.8 135.11 -
System Red Green Blue C M Y K H S L
Decimal 48 32 43 0 0.33 0.10 0.81 318.75 0.2 0.16
Hex 30 20 2B 0 21 A 51 13F 14 10
Octal 60 40 53 0 41 12 121 477 24 20
Binary 110000 100000 101011 0 100001 1010 1010001 100111111 10100 10000

Color Harmonies of #30202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30202B

Black with #30202B

Text Example


Text Example

White with #30202B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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