Html Css Color HEX #12050D Melanzane

📋 copy color: '#12050D'

red 18 ◦ green 5 ◦ blue 13

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

Shades of Melanzane #12050D

Tints of Melanzane #12050D

RGB

 RED value IS 18 (7.42% from 255) = 50%

 GREEN value IS 5 (2.34% from 255) = 13.89%

 BLUE value IS 13 (5.47% from 255) = 36.11%

R = 50%
G = 13.89%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.93

RGB Variations

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

Color information

#12050D (or 0x12050D) is known color: Melanzane. HEX triplet: 12, 05 and 0D. RGB value is (18,5,13). Sum of RGB (Red+Green+Blue) = 18+5+13=36 (4% of max value = 765). Red value is 18 (7.42% from 255 or 50% from 36); Green value is 5 (2.34% from 255 or 13.89% from 36); Blue value is 13 (5.47% from 255 or 36.11% from 36); Max value from RGB is 18 - color contains mainly: red. Hex color #12050D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12050D is #EDFAF2. Grayscale: #090909. Windows color (decimal): -15596275 or 853266. OLE color: 853266.

HSL color Cylindrical-coordinate representation of color #12050D: hue angle of 323.08º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #12050D is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 5 13 -
CMYK 0 0.72 0.28 0.93
HSL 323.08º 0.57% 0.05% -
HSV(B) 323.08º 0.72% 0.07% -
XYZ 0.38 0.27 0.41 -
YUV 9.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 18 5 13 0 0.72 0.28 0.93 323.08 0.57 0.05
Hex 12 5 D 0 48 1C 5D 143 39 5
Octal 22 5 15 0 110 34 135 503 71 5
Binary 10010 101 1101 0 1001000 11100 1011101 101000011 111001 101

Color Harmonies of #12050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12050D

Black with #12050D

Text Example


Text Example

White with #12050D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12050D; }

 p { color: rgb(18,5,13); }

 H1.HeaderClassName
 {
   color: #12050D;
 }
 .AnyTagClassName
 {
   color: #12050D;
 }
</style>

background-color css

<style>
 a { background-color: #12050D; }

 a { background-color: rgb(18,5,13); }

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

border-color css

<style>
 span { border-color: #12050D; }

 span { border-color: rgb(18,5,13); }

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