Html Css Color HEX #13070F Melanzane

📋 copy color: '#13070F'

red 19 ◦ green 7 ◦ blue 15

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

Shades of Melanzane #13070F

Tints of Melanzane #13070F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 17.07%

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

R = 46.34%
G = 17.07%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.93

RGB Variations

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

Color information

#13070F (or 0x13070F) is known color: Melanzane. HEX triplet: 13, 07 and 0F. RGB value is (19,7,15). Sum of RGB (Red+Green+Blue) = 19+7+15=41 (5% of max value = 765). Red value is 19 (7.81% from 255 or 46.34% from 41); Green value is 7 (3.12% from 255 or 17.07% from 41); Blue value is 15 (6.25% from 255 or 36.59% from 41); Max value from RGB is 19 - color contains mainly: red. Hex color #13070F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13070F is #ECF8F0. Grayscale: #0B0B0B. Windows color (decimal): -15530225 or 984851. OLE color: 984851.

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

Color convert

RGB 19 7 15 -
CMYK 0 0.63 0.21 0.93
HSL 320º 0.46% 0.05% -
HSV(B) 320º 0.63% 0.07% -
XYZ 0.43 0.32 0.49 -
YUV 11.5 129.98 133.35 -
System Red Green Blue C M Y K H S L
Decimal 19 7 15 0 0.63 0.21 0.93 320 0.46 0.05
Hex 13 7 F 0 3F 15 5D 140 2E 5
Octal 23 7 17 0 77 25 135 500 56 5
Binary 10011 111 1111 0 111111 10101 1011101 101000000 101110 101

Color Harmonies of #13070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13070F

Black with #13070F

Text Example


Text Example

White with #13070F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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