Html Css Color HEX #1A0013 Melanzane

📋 copy color: '#1A0013'

red 26 ◦ green 0 ◦ blue 19

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

Shades of Melanzane #1A0013

Tints of Melanzane #1A0013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.78%
G = 0%
B = 42.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.90

RGB Variations

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

Color information

#1A0013 (or 0x1A0013) is known color: Melanzane. HEX triplet: 1A, 00 and 13. RGB value is (26,0,19). Sum of RGB (Red+Green+Blue) = 26+0+19=45 (5% of max value = 765). Red value is 26 (10.55% from 255 or 57.78% from 45); Green value is 0 (0.39% from 255 or 0% from 45); Blue value is 19 (7.81% from 255 or 42.22% from 45); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0013 is #E5FFEC. Grayscale: #090909. Windows color (decimal): -15073261 or 1245210. OLE color: 1245210.

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

Color convert

RGB 26 0 19 -
CMYK 0 1 0.27 0.90
HSL 316.15º 1% 0.05% -
HSV(B) 316.15º 1% 0.1% -
XYZ 0.54 0.27 0.64 -
YUV 9.94 133.11 139.46 -
System Red Green Blue C M Y K H S L
Decimal 26 0 19 0 1 0.27 0.90 316.15 1 0.05
Hex 1A 0 13 0 64 1B 5A 13C 64 5
Octal 32 0 23 0 144 33 132 474 144 5
Binary 11010 0 10011 0 1100100 11011 1011010 100111100 1100100 101

Color Harmonies of #1A0013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0013

Black with #1A0013

Text Example


Text Example

White with #1A0013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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