Html Css Color HEX #1A0715 Melanzane

📋 copy color: '#1A0715'

red 26 ◦ green 7 ◦ blue 21

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

Shades of Melanzane #1A0715

Tints of Melanzane #1A0715

RGB

 RED value IS 26 (10.55% from 255) = 48.15%

 GREEN value IS 7 (3.13% from 255) = 12.96%

 BLUE value IS 21 (8.59% from 255) = 38.89%

R = 48.15%
G = 12.96%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.90

RGB Variations

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

Color information

#1A0715 (or 0x1A0715) is known color: Melanzane. HEX triplet: 1A, 07 and 15. RGB value is (26,7,21). Sum of RGB (Red+Green+Blue) = 26+7+21=54 (7% of max value = 765). Red value is 26 (10.55% from 255 or 48.15% from 54); Green value is 7 (3.12% from 255 or 12.96% from 54); Blue value is 21 (8.59% from 255 or 38.89% from 54); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0715 is #E5F8EA. Grayscale: #0E0E0E. Windows color (decimal): -15071467 or 1378074. OLE color: 1378074.

HSL color Cylindrical-coordinate representation of color #1A0715: hue angle of 315.79º degrees, saturation: 0.58, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A0715 is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.90.

Color convert

RGB 26 7 21 -
CMYK 0 0.73 0.19 0.90
HSL 315.79º 0.58% 0.06% -
HSV(B) 315.79º 0.73% 0.1% -
XYZ 0.64 0.43 0.76 -
YUV 14.28 131.79 136.36 -
System Red Green Blue C M Y K H S L
Decimal 26 7 21 0 0.73 0.19 0.90 315.79 0.58 0.06
Hex 1A 7 15 0 49 13 5A 13C 3A 6
Octal 32 7 25 0 111 23 132 474 72 6
Binary 11010 111 10101 0 1001001 10011 1011010 100111100 111010 110

Color Harmonies of #1A0715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0715

Black with #1A0715

Text Example


Text Example

White with #1A0715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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