Html Css Color HEX #301829 Melanzane

📋 copy color: '#301829'

red 48 ◦ green 24 ◦ blue 41

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

Shades of Melanzane #301829

Tints of Melanzane #301829

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.24%

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

R = 42.48%
G = 21.24%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#301829 (or 0x301829) is known color: Melanzane. HEX triplet: 30, 18 and 29. RGB value is (48,24,41). Sum of RGB (Red+Green+Blue) = 48+24+41=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 41 (16.41% from 255 or 36.28% from 113); Max value from RGB is 48 - color contains mainly: red. Hex color #301829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301829 is #CFE7D6. Grayscale: #212121. Windows color (decimal): -13625303 or 2693168. OLE color: 2693168.

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

Color convert

RGB 48 24 41 -
CMYK 0 0.5 0.15 0.81
HSL 317.5º 0.33% 0.14% -
HSV(B) 317.5º 0.5% 0.19% -
XYZ 1.95 1.44 2.27 -
YUV 33.11 132.45 138.62 -
System Red Green Blue C M Y K H S L
Decimal 48 24 41 0 0.5 0.15 0.81 317.5 0.33 0.14
Hex 30 18 29 0 32 F 51 13E 21 E
Octal 60 30 51 0 62 17 121 476 41 16
Binary 110000 11000 101001 0 110010 1111 1010001 100111110 100001 1110

Color Harmonies of #301829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301829

Black with #301829

Text Example


Text Example

White with #301829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301829; }

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

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

background-color css

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

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

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

border-color css

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

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

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