Html Css Color HEX #13030F Melanzane

📋 copy color: '#13030F'

red 19 ◦ green 3 ◦ blue 15

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

Shades of Melanzane #13030F

Tints of Melanzane #13030F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 8.11%

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

R = 51.35%
G = 8.11%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.93

RGB Variations

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

Color information

#13030F (or 0x13030F) is known color: Melanzane. HEX triplet: 13, 03 and 0F. RGB value is (19,3,15). Sum of RGB (Red+Green+Blue) = 19+3+15=37 (4% of max value = 765). Red value is 19 (7.81% from 255 or 51.35% from 37); Green value is 3 (1.56% from 255 or 8.11% from 37); Blue value is 15 (6.25% from 255 or 40.54% from 37); Max value from RGB is 19 - color contains mainly: red. Hex color #13030F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13030F is #ECFCF0. Grayscale: #090909. Windows color (decimal): -15531249 or 983827. OLE color: 983827.

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

Color convert

RGB 19 3 15 -
CMYK 0 0.84 0.21 0.93
HSL 315º 0.73% 0.04% -
HSV(B) 315º 0.84% 0.07% -
XYZ 0.39 0.24 0.48 -
YUV 9.15 131.3 135.02 -
System Red Green Blue C M Y K H S L
Decimal 19 3 15 0 0.84 0.21 0.93 315 0.73 0.04
Hex 13 3 F 0 54 15 5D 13B 49 4
Octal 23 3 17 0 124 25 135 473 111 4
Binary 10011 11 1111 0 1010100 10101 1011101 100111011 1001001 100

Color Harmonies of #13030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13030F

Black with #13030F

Text Example


Text Example

White with #13030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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