Html Css Color HEX #1A0713 Melanzane

📋 copy color: '#1A0713'

red 26 ◦ green 7 ◦ blue 19

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

Shades of Melanzane #1A0713

Tints of Melanzane #1A0713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 36.54%

R = 50%
G = 13.46%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.90

RGB Variations

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

Color information

#1A0713 (or 0x1A0713) is known color: Melanzane. HEX triplet: 1A, 07 and 13. RGB value is (26,7,19). Sum of RGB (Red+Green+Blue) = 26+7+19=52 (6% of max value = 765). Red value is 26 (10.55% from 255 or 50% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 19 (7.81% from 255 or 36.54% from 52); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0713 is #E5F8EC. Grayscale: #0E0E0E. Windows color (decimal): -15071469 or 1247002. OLE color: 1247002.

HSL color Cylindrical-coordinate representation of color #1A0713: hue angle of 322.11º 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 #1A0713 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.90.

Color convert

RGB 26 7 19 -
CMYK 0 0.73 0.27 0.90
HSL 322.11º 0.58% 0.06% -
HSV(B) 322.11º 0.73% 0.1% -
XYZ 0.62 0.42 0.66 -
YUV 14.05 130.79 136.52 -
System Red Green Blue C M Y K H S L
Decimal 26 7 19 0 0.73 0.27 0.90 322.11 0.58 0.06
Hex 1A 7 13 0 49 1B 5A 142 3A 6
Octal 32 7 23 0 111 33 132 502 72 6
Binary 11010 111 10011 0 1001001 11011 1011010 101000010 111010 110

Color Harmonies of #1A0713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0713

Black with #1A0713

Text Example


Text Example

White with #1A0713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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