Html Css Color HEX #1B181A Melanzane

📋 copy color: '#1B181A'

red 27 ◦ green 24 ◦ blue 26

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

Shades of Melanzane #1B181A

Tints of Melanzane #1B181A

RGB

 RED value IS 27 (10.94% from 255) = 35.06%

 GREEN value IS 24 (9.77% from 255) = 31.17%

 BLUE value IS 26 (10.55% from 255) = 33.77%

R = 35.06%
G = 31.17%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.89

RGB Variations

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

Color information

#1B181A (or 0x1B181A) is known color: Melanzane. HEX triplet: 1B, 18 and 1A. RGB value is (27,24,26). Sum of RGB (Red+Green+Blue) = 27+24+26=77 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.06% from 77); Green value is 24 (9.77% from 255 or 31.17% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 27 - color contains mainly: red. Hex color #1B181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B181A is #E4E7E5. Grayscale: #191919. Windows color (decimal): -15001574 or 1710107. OLE color: 1710107.

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

Color convert

RGB 27 24 26 -
CMYK 0 0.11 0.04 0.89
HSL 320º 0.06% 0.1% -
HSV(B) 320º 0.11% 0.11% -
XYZ 0.97 0.96 1.11 -
YUV 25.13 128.49 129.34 -
System Red Green Blue C M Y K H S L
Decimal 27 24 26 0 0.11 0.04 0.89 320 0.06 0.1
Hex 1B 18 1A 0 B 4 59 140 6 A
Octal 33 30 32 0 13 4 131 500 6 12
Binary 11011 11000 11010 0 1011 100 1011001 101000000 110 1010

Color Harmonies of #1B181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B181A

Black with #1B181A

Text Example


Text Example

White with #1B181A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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