Html Css Color HEX #1B1017 Melanzane

📋 copy color: '#1B1017'

red 27 ◦ green 16 ◦ blue 23

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

Shades of Melanzane #1B1017

Tints of Melanzane #1B1017

RGB

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

 GREEN value IS 16 (6.64% from 255) = 24.24%

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

R = 40.91%
G = 24.24%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.89

RGB Variations

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

Color information

#1B1017 (or 0x1B1017) is known color: Melanzane. HEX triplet: 1B, 10 and 17. RGB value is (27,16,23). Sum of RGB (Red+Green+Blue) = 27+16+23=66 (8% of max value = 765). Red value is 27 (10.94% from 255 or 40.91% from 66); Green value is 16 (6.64% from 255 or 24.24% from 66); Blue value is 23 (9.38% from 255 or 34.85% from 66); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1017 is #E4EFE8. Grayscale: #141414. Windows color (decimal): -15003625 or 1511451. OLE color: 1511451.

HSL color Cylindrical-coordinate representation of color #1B1017: hue angle of 321.82º degrees, saturation: 0.26, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1B1017 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 16 23 -
CMYK 0 0.41 0.15 0.89
HSL 321.82º 0.26% 0.08% -
HSV(B) 321.82º 0.41% 0.11% -
XYZ 0.79 0.67 0.9 -
YUV 20.09 129.64 132.93 -
System Red Green Blue C M Y K H S L
Decimal 27 16 23 0 0.41 0.15 0.89 321.82 0.26 0.08
Hex 1B 10 17 0 29 F 59 142 1A 8
Octal 33 20 27 0 51 17 131 502 32 10
Binary 11011 10000 10111 0 101001 1111 1011001 101000010 11010 1000

Color Harmonies of #1B1017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1017

Black with #1B1017

Text Example


Text Example

White with #1B1017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,16,23); }

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

background-color css

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

 a { background-color: rgb(27,16,23); }

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

border-color css

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

 span { border-color: rgb(27,16,23); }

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