Html Css Color HEX #1B0F19 Melanzane

📋 copy color: '#1B0F19'

red 27 ◦ green 15 ◦ blue 25

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

Shades of Melanzane #1B0F19

Tints of Melanzane #1B0F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 37.31%

R = 40.3%
G = 22.39%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#1B0F19 (or 0x1B0F19) is known color: Melanzane. HEX triplet: 1B, 0F and 19. RGB value is (27,15,25). Sum of RGB (Red+Green+Blue) = 27+15+25=67 (8% of max value = 765). Red value is 27 (10.94% from 255 or 40.30% from 67); Green value is 15 (6.25% from 255 or 22.39% from 67); Blue value is 25 (10.16% from 255 or 37.31% from 67); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0F19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0F19 is #E4F0E6. Grayscale: #131313. Windows color (decimal): -15003879 or 1642267. OLE color: 1642267.

HSL color Cylindrical-coordinate representation of color #1B0F19: hue angle of 310º 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 #1B0F19 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 15 25 -
CMYK 0 0.44 0.07 0.89
HSL 310º 0.29% 0.08% -
HSV(B) 310º 0.44% 0.11% -
XYZ 0.8 0.64 1 -
YUV 19.73 130.98 133.19 -
System Red Green Blue C M Y K H S L
Decimal 27 15 25 0 0.44 0.07 0.89 310 0.29 0.08
Hex 1B F 19 0 2C 7 59 136 1D 8
Octal 33 17 31 0 54 7 131 466 35 10
Binary 11011 1111 11001 0 101100 111 1011001 100110110 11101 1000

Color Harmonies of #1B0F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0F19

Black with #1B0F19

Text Example


Text Example

White with #1B0F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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