Html Css Color HEX #301C2B Melanzane

📋 copy color: '#301C2B'

red 48 ◦ green 28 ◦ blue 43

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

Shades of Melanzane #301C2B

Tints of Melanzane #301C2B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 23.53%

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

R = 40.34%
G = 23.53%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#301C2B (or 0x301C2B) is known color: Melanzane. HEX triplet: 30, 1C and 2B. RGB value is (48,28,43). Sum of RGB (Red+Green+Blue) = 48+28+43=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 28 (11.33% from 255 or 23.53% from 119); Blue value is 43 (17.19% from 255 or 36.13% from 119); Max value from RGB is 48 - color contains mainly: red. Hex color #301C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C2B is #CFE3D4. Grayscale: #232323. Windows color (decimal): -13624277 or 2825264. OLE color: 2825264.

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

Color convert

RGB 48 28 43 -
CMYK 0 0.42 0.10 0.81
HSL 315º 0.26% 0.15% -
HSV(B) 315º 0.42% 0.19% -
XYZ 2.07 1.63 2.49 -
YUV 35.69 132.13 136.78 -
System Red Green Blue C M Y K H S L
Decimal 48 28 43 0 0.42 0.10 0.81 315 0.26 0.15
Hex 30 1C 2B 0 2A A 51 13B 1A F
Octal 60 34 53 0 52 12 121 473 32 17
Binary 110000 11100 101011 0 101010 1010 1010001 100111011 11010 1111

Color Harmonies of #301C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C2B

Black with #301C2B

Text Example


Text Example

White with #301C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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