Html Css Color HEX #301129 Melanzane

📋 copy color: '#301129'

red 48 ◦ green 17 ◦ blue 41

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

Shades of Melanzane #301129

Tints of Melanzane #301129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.04%

 BLUE value IS 41 (16.41% from 255) = 38.68%

R = 45.28%
G = 16.04%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#301129 (or 0x301129) is known color: Melanzane. HEX triplet: 30, 11 and 29. RGB value is (48,17,41). Sum of RGB (Red+Green+Blue) = 48+17+41=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 48 - color contains mainly: red. Hex color #301129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301129 is #CFEED6. Grayscale: #1C1C1C. Windows color (decimal): -13627095 or 2691376. OLE color: 2691376.

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

Color convert

RGB 48 17 41 -
CMYK 0 0.65 0.15 0.81
HSL 313.55º 0.48% 0.13% -
HSV(B) 313.55º 0.65% 0.19% -
XYZ 1.82 1.19 2.23 -
YUV 29.01 134.77 141.55 -
System Red Green Blue C M Y K H S L
Decimal 48 17 41 0 0.65 0.15 0.81 313.55 0.48 0.13
Hex 30 11 29 0 41 F 51 13A 30 D
Octal 60 21 51 0 101 17 121 472 60 15
Binary 110000 10001 101001 0 1000001 1111 1010001 100111010 110000 1101

Color Harmonies of #301129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301129

Black with #301129

Text Example


Text Example

White with #301129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301129; }

 p { color: rgb(48,17,41); }

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

background-color css

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

 a { background-color: rgb(48,17,41); }

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

border-color css

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

 span { border-color: rgb(48,17,41); }

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