Html Css Color HEX #1A0F18 Melanzane

📋 copy color: '#1A0F18'

red 26 ◦ green 15 ◦ blue 24

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

Shades of Melanzane #1A0F18

Tints of Melanzane #1A0F18

RGB

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

 GREEN value IS 15 (6.25% from 255) = 23.08%

 BLUE value IS 24 (9.77% from 255) = 36.92%

R = 40%
G = 23.08%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.90

RGB Variations

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

Color information

#1A0F18 (or 0x1A0F18) is known color: Melanzane. HEX triplet: 1A, 0F and 18. RGB value is (26,15,24). Sum of RGB (Red+Green+Blue) = 26+15+24=65 (8% of max value = 765). Red value is 26 (10.55% from 255 or 40% from 65); Green value is 15 (6.25% from 255 or 23.08% from 65); Blue value is 24 (9.77% from 255 or 36.92% from 65); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0F18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0F18 is #E5F0E7. Grayscale: #131313. Windows color (decimal): -15069416 or 1576730. OLE color: 1576730.

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

Color convert

RGB 26 15 24 -
CMYK 0 0.42 0.08 0.90
HSL 310.91º 0.27% 0.08% -
HSV(B) 310.91º 0.42% 0.1% -
XYZ 0.76 0.63 0.95 -
YUV 19.32 130.64 132.77 -
System Red Green Blue C M Y K H S L
Decimal 26 15 24 0 0.42 0.08 0.90 310.91 0.27 0.08
Hex 1A F 18 0 2A 8 5A 137 1B 8
Octal 32 17 30 0 52 10 132 467 33 10
Binary 11010 1111 11000 0 101010 1000 1011010 100110111 11011 1000

Color Harmonies of #1A0F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0F18

Black with #1A0F18

Text Example


Text Example

White with #1A0F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,15,24); }

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

background-color css

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

 a { background-color: rgb(26,15,24); }

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

border-color css

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

 span { border-color: rgb(26,15,24); }

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