Html Css Color HEX #13000F Melanzane

📋 copy color: '#13000F'

red 19 ◦ green 0 ◦ blue 15

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

Shades of Melanzane #13000F

Tints of Melanzane #13000F

RGB

 RED value IS 19 (7.81% from 255) = 55.88%

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

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

R = 55.88%
G = 0%
B = 44.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.93

RGB Variations

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

Color information

#13000F (or 0x13000F) is known color: Melanzane. HEX triplet: 13, 00 and 0F. RGB value is (19,0,15). Sum of RGB (Red+Green+Blue) = 19+0+15=34 (4% of max value = 765). Red value is 19 (7.81% from 255 or 55.88% from 34); Green value is 0 (0.39% from 255 or 0% from 34); Blue value is 15 (6.25% from 255 or 44.12% from 34); Max value from RGB is 19 - color contains mainly: red. Hex color #13000F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13000F is #ECFFF0. Grayscale: #070707. Windows color (decimal): -15532017 or 983059. OLE color: 983059.

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

Color convert

RGB 19 0 15 -
CMYK 0 1 0.21 0.93
HSL 312.63º 1% 0.04% -
HSV(B) 312.63º 1% 0.07% -
XYZ 0.35 0.17 0.47 -
YUV 7.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 19 0 15 0 1 0.21 0.93 312.63 1 0.04
Hex 13 0 F 0 64 15 5D 139 64 4
Octal 23 0 17 0 144 25 135 471 144 4
Binary 10011 0 1111 0 1100100 10101 1011101 100111001 1100100 100

Color Harmonies of #13000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13000F

Black with #13000F

Text Example


Text Example

White with #13000F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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