Html Css Color HEX #1D151A Melanzane

📋 copy color: '#1D151A'

red 29 ◦ green 21 ◦ blue 26

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

Shades of Melanzane #1D151A

Tints of Melanzane #1D151A

RGB

 RED value IS 29 (11.72% from 255) = 38.16%

 GREEN value IS 21 (8.59% from 255) = 27.63%

 BLUE value IS 26 (10.55% from 255) = 34.21%

R = 38.16%
G = 27.63%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.89

RGB Variations

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

Color information

#1D151A (or 0x1D151A) is known color: Melanzane. HEX triplet: 1D, 15 and 1A. RGB value is (29,21,26). Sum of RGB (Red+Green+Blue) = 29+21+26=76 (10% of max value = 765). Red value is 29 (11.72% from 255 or 38.16% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 26 (10.55% from 255 or 34.21% from 76); Max value from RGB is 29 - color contains mainly: red. Hex color #1D151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D151A is #E2EAE5. Grayscale: #171717. Windows color (decimal): -14871270 or 1709341. OLE color: 1709341.

HSL color Cylindrical-coordinate representation of color #1D151A: hue angle of 322.5º degrees, saturation: 0.16, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #1D151A is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 21 26 -
CMYK 0 0.28 0.10 0.89
HSL 322.5º 0.16% 0.1% -
HSV(B) 322.5º 0.28% 0.11% -
XYZ 0.96 0.87 1.09 -
YUV 23.96 129.15 131.59 -
System Red Green Blue C M Y K H S L
Decimal 29 21 26 0 0.28 0.10 0.89 322.5 0.16 0.1
Hex 1D 15 1A 0 1C A 59 142 10 A
Octal 35 25 32 0 34 12 131 502 20 12
Binary 11101 10101 11010 0 11100 1010 1011001 101000010 10000 1010

Color Harmonies of #1D151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D151A

Black with #1D151A

Text Example


Text Example

White with #1D151A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D151A; }

 p { color: rgb(29,21,26); }

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

background-color css

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

 a { background-color: rgb(29,21,26); }

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

border-color css

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

 span { border-color: rgb(29,21,26); }

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