Html Css Color HEX #13020F Melanzane

📋 copy color: '#13020F'

red 19 ◦ green 2 ◦ blue 15

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

Shades of Melanzane #13020F

Tints of Melanzane #13020F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 5.56%

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

R = 52.78%
G = 5.56%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.93

RGB Variations

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

Color information

#13020F (or 0x13020F) is known color: Melanzane. HEX triplet: 13, 02 and 0F. RGB value is (19,2,15). Sum of RGB (Red+Green+Blue) = 19+2+15=36 (4% of max value = 765). Red value is 19 (7.81% from 255 or 52.78% from 36); Green value is 2 (1.17% from 255 or 5.56% from 36); Blue value is 15 (6.25% from 255 or 41.67% from 36); Max value from RGB is 19 - color contains mainly: red. Hex color #13020F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13020F is #ECFDF0. Grayscale: #080808. Windows color (decimal): -15531505 or 983571. OLE color: 983571.

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

Color convert

RGB 19 2 15 -
CMYK 0 0.89 0.21 0.93
HSL 314.12º 0.81% 0.04% -
HSV(B) 314.12º 0.89% 0.07% -
XYZ 0.38 0.22 0.47 -
YUV 8.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 19 2 15 0 0.89 0.21 0.93 314.12 0.81 0.04
Hex 13 2 F 0 59 15 5D 13A 51 4
Octal 23 2 17 0 131 25 135 472 121 4
Binary 10011 10 1111 0 1011001 10101 1011101 100111010 1010001 100

Color Harmonies of #13020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13020F

Black with #13020F

Text Example


Text Example

White with #13020F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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