Html Css Color HEX #1A0A17 Melanzane

📋 copy color: '#1A0A17'

red 26 ◦ green 10 ◦ blue 23

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

Shades of Melanzane #1A0A17

Tints of Melanzane #1A0A17

RGB

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

 GREEN value IS 10 (4.3% from 255) = 16.95%

 BLUE value IS 23 (9.38% from 255) = 38.98%

R = 44.07%
G = 16.95%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.90

RGB Variations

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

Color information

#1A0A17 (or 0x1A0A17) is known color: Melanzane. HEX triplet: 1A, 0A and 17. RGB value is (26,10,23). Sum of RGB (Red+Green+Blue) = 26+10+23=59 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.07% from 59); Green value is 10 (4.30% from 255 or 16.95% from 59); Blue value is 23 (9.38% from 255 or 38.98% from 59); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0A17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0A17 is #E5F5E8. Grayscale: #101010. Windows color (decimal): -15070697 or 1509914. OLE color: 1509914.

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

Color convert

RGB 26 10 23 -
CMYK 0 0.62 0.12 0.90
HSL 311.25º 0.44% 0.07% -
HSV(B) 311.25º 0.62% 0.1% -
XYZ 0.69 0.5 0.87 -
YUV 16.27 131.8 134.94 -
System Red Green Blue C M Y K H S L
Decimal 26 10 23 0 0.62 0.12 0.90 311.25 0.44 0.07
Hex 1A A 17 0 3E C 5A 137 2C 7
Octal 32 12 27 0 76 14 132 467 54 7
Binary 11010 1010 10111 0 111110 1100 1011010 100110111 101100 111

Color Harmonies of #1A0A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0A17

Black with #1A0A17

Text Example


Text Example

White with #1A0A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,10,23); }

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

background-color css

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

 a { background-color: rgb(26,10,23); }

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

border-color css

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

 span { border-color: rgb(26,10,23); }

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