Html Css Color HEX #1B0F17 Melanzane

📋 copy color: '#1B0F17'

red 27 ◦ green 15 ◦ blue 23

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

Shades of Melanzane #1B0F17

Tints of Melanzane #1B0F17

RGB

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

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

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

R = 41.54%
G = 23.08%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.89

RGB Variations

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

Color information

#1B0F17 (or 0x1B0F17) is known color: Melanzane. HEX triplet: 1B, 0F and 17. RGB value is (27,15,23). Sum of RGB (Red+Green+Blue) = 27+15+23=65 (8% of max value = 765). Red value is 27 (10.94% from 255 or 41.54% from 65); Green value is 15 (6.25% from 255 or 23.08% from 65); Blue value is 23 (9.38% from 255 or 35.38% from 65); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0F17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0F17 is #E4F0E8. Grayscale: #131313. Windows color (decimal): -15003881 or 1511195. OLE color: 1511195.

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

Color convert

RGB 27 15 23 -
CMYK 0 0.44 0.15 0.89
HSL 320º 0.29% 0.08% -
HSV(B) 320º 0.44% 0.11% -
XYZ 0.78 0.64 0.89 -
YUV 19.5 129.98 133.35 -
System Red Green Blue C M Y K H S L
Decimal 27 15 23 0 0.44 0.15 0.89 320 0.29 0.08
Hex 1B F 17 0 2C F 59 140 1D 8
Octal 33 17 27 0 54 17 131 500 35 10
Binary 11011 1111 10111 0 101100 1111 1011001 101000000 11101 1000

Color Harmonies of #1B0F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0F17

Black with #1B0F17

Text Example


Text Example

White with #1B0F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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