Html Css Color HEX #1B1218 Melanzane

📋 copy color: '#1B1218'

red 27 ◦ green 18 ◦ blue 24

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

Shades of Melanzane #1B1218

Tints of Melanzane #1B1218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 26.09%

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

R = 39.13%
G = 26.09%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.89

RGB Variations

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

Color information

#1B1218 (or 0x1B1218) is known color: Melanzane. HEX triplet: 1B, 12 and 18. RGB value is (27,18,24). Sum of RGB (Red+Green+Blue) = 27+18+24=69 (9% of max value = 765). Red value is 27 (10.94% from 255 or 39.13% from 69); Green value is 18 (7.42% from 255 or 26.09% from 69); Blue value is 24 (9.77% from 255 or 34.78% from 69); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1218 is #E4EDE7. Grayscale: #151515. Windows color (decimal): -15003112 or 1577499. OLE color: 1577499.

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

Color convert

RGB 27 18 24 -
CMYK 0 0.33 0.11 0.89
HSL 320º 0.2% 0.09% -
HSV(B) 320º 0.33% 0.11% -
XYZ 0.83 0.73 0.96 -
YUV 21.38 129.48 132.01 -
System Red Green Blue C M Y K H S L
Decimal 27 18 24 0 0.33 0.11 0.89 320 0.2 0.09
Hex 1B 12 18 0 21 B 59 140 14 9
Octal 33 22 30 0 41 13 131 500 24 11
Binary 11011 10010 11000 0 100001 1011 1011001 101000000 10100 1001

Color Harmonies of #1B1218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1218

Black with #1B1218

Text Example


Text Example

White with #1B1218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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