Html Css Color HEX #301029 Melanzane

📋 copy color: '#301029'

red 48 ◦ green 16 ◦ blue 41

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

Shades of Melanzane #301029

Tints of Melanzane #301029

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.24%

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

R = 45.71%
G = 15.24%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#301029 (or 0x301029) is known color: Melanzane. HEX triplet: 30, 10 and 29. RGB value is (48,16,41). Sum of RGB (Red+Green+Blue) = 48+16+41=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 41 (16.41% from 255 or 39.05% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #301029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301029 is #CFEFD6. Grayscale: #1C1C1C. Windows color (decimal): -13627351 or 2691120. OLE color: 2691120.

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

Color convert

RGB 48 16 41 -
CMYK 0 0.67 0.15 0.81
HSL 313.13º 0.5% 0.13% -
HSV(B) 313.13º 0.67% 0.19% -
XYZ 1.8 1.16 2.23 -
YUV 28.42 135.1 141.97 -
System Red Green Blue C M Y K H S L
Decimal 48 16 41 0 0.67 0.15 0.81 313.13 0.5 0.13
Hex 30 10 29 0 43 F 51 139 32 D
Octal 60 20 51 0 103 17 121 471 62 15
Binary 110000 10000 101001 0 1000011 1111 1010001 100111001 110010 1101

Color Harmonies of #301029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301029

Black with #301029

Text Example


Text Example

White with #301029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301029; }

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

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

background-color css

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

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

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

border-color css

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

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

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