Html Css Color HEX #1D131A Melanzane

📋 copy color: '#1D131A'

red 29 ◦ green 19 ◦ blue 26

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

Shades of Melanzane #1D131A

Tints of Melanzane #1D131A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 25.68%

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

R = 39.19%
G = 25.68%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.89

RGB Variations

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

Color information

#1D131A (or 0x1D131A) is known color: Melanzane. HEX triplet: 1D, 13 and 1A. RGB value is (29,19,26). Sum of RGB (Red+Green+Blue) = 29+19+26=74 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.19% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 26 (10.55% from 255 or 35.14% from 74); Max value from RGB is 29 - color contains mainly: red. Hex color #1D131A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D131A is #E2ECE5. Grayscale: #161616. Windows color (decimal): -14871782 or 1708829. OLE color: 1708829.

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

Color convert

RGB 29 19 26 -
CMYK 0 0.34 0.10 0.89
HSL 318º 0.21% 0.09% -
HSV(B) 318º 0.34% 0.11% -
XYZ 0.93 0.8 1.08 -
YUV 22.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 29 19 26 0 0.34 0.10 0.89 318 0.21 0.09
Hex 1D 13 1A 0 22 A 59 13E 15 9
Octal 35 23 32 0 42 12 131 476 25 11
Binary 11101 10011 11010 0 100010 1010 1011001 100111110 10101 1001

Color Harmonies of #1D131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D131A

Black with #1D131A

Text Example


Text Example

White with #1D131A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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