Html Css Color HEX #15010F Melanzane

📋 copy color: '#15010F'

red 21 ◦ green 1 ◦ blue 15

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

Shades of Melanzane #15010F

Tints of Melanzane #15010F

RGB

 RED value IS 21 (8.59% from 255) = 56.76%

 GREEN value IS 1 (0.78% from 255) = 2.7%

 BLUE value IS 15 (6.25% from 255) = 40.54%

R = 56.76%
G = 2.7%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.92

RGB Variations

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

Color information

#15010F (or 0x15010F) is known color: Melanzane. HEX triplet: 15, 01 and 0F. RGB value is (21,1,15). Sum of RGB (Red+Green+Blue) = 21+1+15=37 (4% of max value = 765). Red value is 21 (8.59% from 255 or 56.76% from 37); Green value is 1 (0.78% from 255 or 2.70% from 37); Blue value is 15 (6.25% from 255 or 40.54% from 37); Max value from RGB is 21 - color contains mainly: red. Hex color #15010F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15010F is #EAFEF0. Grayscale: #080808. Windows color (decimal): -15400689 or 983317. OLE color: 983317.

HSL color Cylindrical-coordinate representation of color #15010F: hue angle of 318º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #15010F is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 1 15 -
CMYK 0 0.95 0.29 0.92
HSL 318º 0.91% 0.04% -
HSV(B) 318º 0.95% 0.08% -
XYZ 0.41 0.22 0.47 -
YUV 8.58 131.63 136.86 -
System Red Green Blue C M Y K H S L
Decimal 21 1 15 0 0.95 0.29 0.92 318 0.91 0.04
Hex 15 1 F 0 5F 1D 5C 13E 5B 4
Octal 25 1 17 0 137 35 134 476 133 4
Binary 10101 1 1111 0 1011111 11101 1011100 100111110 1011011 100

Color Harmonies of #15010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15010F

Black with #15010F

Text Example


Text Example

White with #15010F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15010F; }

 p { color: rgb(21,1,15); }

 H1.HeaderClassName
 {
   color: #15010F;
 }
 .AnyTagClassName
 {
   color: #15010F;
 }
</style>

background-color css

<style>
 a { background-color: #15010F; }

 a { background-color: rgb(21,1,15); }

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

border-color css

<style>
 span { border-color: #15010F; }

 span { border-color: rgb(21,1,15); }

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