Html Css Color HEX #301B2B Melanzane

📋 copy color: '#301B2B'

red 48 ◦ green 27 ◦ blue 43

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

Shades of Melanzane #301B2B

Tints of Melanzane #301B2B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 22.88%

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

R = 40.68%
G = 22.88%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#301B2B (or 0x301B2B) is known color: Melanzane. HEX triplet: 30, 1B and 2B. RGB value is (48,27,43). Sum of RGB (Red+Green+Blue) = 48+27+43=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 27 (10.94% from 255 or 22.88% from 118); Blue value is 43 (17.19% from 255 or 36.44% from 118); Max value from RGB is 48 - color contains mainly: red. Hex color #301B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301B2B is #CFE4D4. Grayscale: #232323. Windows color (decimal): -13624533 or 2825008. OLE color: 2825008.

HSL color Cylindrical-coordinate representation of color #301B2B: hue angle of 314.29º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #301B2B is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 27 43 -
CMYK 0 0.44 0.10 0.81
HSL 314.29º 0.28% 0.15% -
HSV(B) 314.29º 0.44% 0.19% -
XYZ 2.05 1.59 2.48 -
YUV 35.1 132.46 137.2 -
System Red Green Blue C M Y K H S L
Decimal 48 27 43 0 0.44 0.10 0.81 314.29 0.28 0.15
Hex 30 1B 2B 0 2C A 51 13A 1C F
Octal 60 33 53 0 54 12 121 472 34 17
Binary 110000 11011 101011 0 101100 1010 1010001 100111010 11100 1111

Color Harmonies of #301B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301B2B

Black with #301B2B

Text Example


Text Example

White with #301B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301B2B; }

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

 H1.HeaderClassName
 {
   color: #301B2B;
 }
 .AnyTagClassName
 {
   color: #301B2B;
 }
</style>

background-color css

<style>
 a { background-color: #301B2B; }

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

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

border-color css

<style>
 span { border-color: #301B2B; }

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

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