Html Css Color HEX #15000F Melanzane

📋 copy color: '#15000F'

red 21 ◦ green 0 ◦ blue 15

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

Shades of Melanzane #15000F

Tints of Melanzane #15000F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.33%
G = 0%
B = 41.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.92

RGB Variations

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

Color information

#15000F (or 0x15000F) is known color: Melanzane. HEX triplet: 15, 00 and 0F. RGB value is (21,0,15). Sum of RGB (Red+Green+Blue) = 21+0+15=36 (4% of max value = 765). Red value is 21 (8.59% from 255 or 58.33% from 36); Green value is 0 (0.39% from 255 or 0% from 36); Blue value is 15 (6.25% from 255 or 41.67% from 36); Max value from RGB is 21 - color contains mainly: red. Hex color #15000F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15000F is #EAFFF0. Grayscale: #070707. Windows color (decimal): -15400945 or 983061. OLE color: 983061.

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

Color convert

RGB 21 0 15 -
CMYK 0 1 0.29 0.92
HSL 317.14º 1% 0.04% -
HSV(B) 317.14º 1% 0.08% -
XYZ 0.4 0.19 0.47 -
YUV 7.99 131.96 137.28 -
System Red Green Blue C M Y K H S L
Decimal 21 0 15 0 1 0.29 0.92 317.14 1 0.04
Hex 15 0 F 0 64 1D 5C 13D 64 4
Octal 25 0 17 0 144 35 134 475 144 4
Binary 10101 0 1111 0 1100100 11101 1011100 100111101 1100100 100

Color Harmonies of #15000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15000F

Black with #15000F

Text Example


Text Example

White with #15000F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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