Html Css Color HEX #14030F Melanzane

📋 copy color: '#14030F'

red 20 ◦ green 3 ◦ blue 15

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

Shades of Melanzane #14030F

Tints of Melanzane #14030F

RGB

 RED value IS 20 (8.2% from 255) = 52.63%

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

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

R = 52.63%
G = 7.89%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.92

RGB Variations

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

Color information

#14030F (or 0x14030F) is known color: Melanzane. HEX triplet: 14, 03 and 0F. RGB value is (20,3,15). Sum of RGB (Red+Green+Blue) = 20+3+15=38 (5% of max value = 765). Red value is 20 (8.20% from 255 or 52.63% from 38); Green value is 3 (1.56% from 255 or 7.89% from 38); Blue value is 15 (6.25% from 255 or 39.47% from 38); Max value from RGB is 20 - color contains mainly: red. Hex color #14030F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14030F is #EBFCF0. Grayscale: #090909. Windows color (decimal): -15465713 or 983828. OLE color: 983828.

HSL color Cylindrical-coordinate representation of color #14030F: hue angle of 317.65º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14030F is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 3 15 -
CMYK 0 0.85 0.25 0.92
HSL 317.65º 0.74% 0.05% -
HSV(B) 317.65º 0.85% 0.08% -
XYZ 0.41 0.25 0.48 -
YUV 9.45 131.13 135.52 -
System Red Green Blue C M Y K H S L
Decimal 20 3 15 0 0.85 0.25 0.92 317.65 0.74 0.05
Hex 14 3 F 0 55 19 5C 13E 4A 5
Octal 24 3 17 0 125 31 134 476 112 5
Binary 10100 11 1111 0 1010101 11001 1011100 100111110 1001010 101

Color Harmonies of #14030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14030F

Black with #14030F

Text Example


Text Example

White with #14030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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