Html Css Color HEX #13090F Melanzane

📋 copy color: '#13090F'

red 19 ◦ green 9 ◦ blue 15

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

Shades of Melanzane #13090F

Tints of Melanzane #13090F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 20.93%

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

R = 44.19%
G = 20.93%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.93

RGB Variations

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

Color information

#13090F (or 0x13090F) is known color: Melanzane. HEX triplet: 13, 09 and 0F. RGB value is (19,9,15). Sum of RGB (Red+Green+Blue) = 19+9+15=43 (5% of max value = 765). Red value is 19 (7.81% from 255 or 44.19% from 43); Green value is 9 (3.91% from 255 or 20.93% from 43); Blue value is 15 (6.25% from 255 or 34.88% from 43); Max value from RGB is 19 - color contains mainly: red. Hex color #13090F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13090F is #ECF6F0. Grayscale: #0C0C0C. Windows color (decimal): -15529713 or 985363. OLE color: 985363.

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

Color convert

RGB 19 9 15 -
CMYK 0 0.53 0.21 0.93
HSL 324º 0.36% 0.05% -
HSV(B) 324º 0.53% 0.07% -
XYZ 0.45 0.37 0.5 -
YUV 12.67 129.31 132.51 -
System Red Green Blue C M Y K H S L
Decimal 19 9 15 0 0.53 0.21 0.93 324 0.36 0.05
Hex 13 9 F 0 35 15 5D 144 24 5
Octal 23 11 17 0 65 25 135 504 44 5
Binary 10011 1001 1111 0 110101 10101 1011101 101000100 100100 101

Color Harmonies of #13090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13090F

Black with #13090F

Text Example


Text Example

White with #13090F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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