Html Css Color HEX #1A0513 Melanzane

📋 copy color: '#1A0513'

red 26 ◦ green 5 ◦ blue 19

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

Shades of Melanzane #1A0513

Tints of Melanzane #1A0513

RGB

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

 GREEN value IS 5 (2.34% from 255) = 10%

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

R = 52%
G = 10%
B = 38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.90

RGB Variations

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

Color information

#1A0513 (or 0x1A0513) is known color: Melanzane. HEX triplet: 1A, 05 and 13. RGB value is (26,5,19). Sum of RGB (Red+Green+Blue) = 26+5+19=50 (6% of max value = 765). Red value is 26 (10.55% from 255 or 52% from 50); Green value is 5 (2.34% from 255 or 10% from 50); Blue value is 19 (7.81% from 255 or 38% from 50); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0513 is #E5FAEC. Grayscale: #0C0C0C. Windows color (decimal): -15071981 or 1246490. OLE color: 1246490.

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

Color convert

RGB 26 5 19 -
CMYK 0 0.81 0.27 0.90
HSL 320º 0.68% 0.06% -
HSV(B) 320º 0.81% 0.1% -
XYZ 0.6 0.38 0.66 -
YUV 12.88 131.46 137.36 -
System Red Green Blue C M Y K H S L
Decimal 26 5 19 0 0.81 0.27 0.90 320 0.68 0.06
Hex 1A 5 13 0 51 1B 5A 140 44 6
Octal 32 5 23 0 121 33 132 500 104 6
Binary 11010 101 10011 0 1010001 11011 1011010 101000000 1000100 110

Color Harmonies of #1A0513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0513

Black with #1A0513

Text Example


Text Example

White with #1A0513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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