Html Css Color HEX #10040B Melanzane

📋 copy color: '#10040B'

red 16 ◦ green 4 ◦ blue 11

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

Shades of Melanzane #10040B

Tints of Melanzane #10040B

RGB

 RED value IS 16 (6.64% from 255) = 51.61%

 GREEN value IS 4 (1.95% from 255) = 12.9%

 BLUE value IS 11 (4.69% from 255) = 35.48%

R = 51.61%
G = 12.9%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.94

RGB Variations

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

Color information

#10040B (or 0x10040B) is known color: Melanzane. HEX triplet: 10, 04 and 0B. RGB value is (16,4,11). Sum of RGB (Red+Green+Blue) = 16+4+11=31 (4% of max value = 765). Red value is 16 (6.64% from 255 or 51.61% from 31); Green value is 4 (1.95% from 255 or 12.90% from 31); Blue value is 11 (4.69% from 255 or 35.48% from 31); Max value from RGB is 16 - color contains mainly: red. Hex color #10040B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10040B is #EFFBF4. Grayscale: #080808. Windows color (decimal): -15727605 or 721936. OLE color: 721936.

HSL color Cylindrical-coordinate representation of color #10040B: hue angle of 325º degrees, saturation: 0.6, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #10040B is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.94.

Color convert

RGB 16 4 11 -
CMYK 0 0.75 0.31 0.94
HSL 325º 0.6% 0.04% -
HSV(B) 325º 0.75% 0.06% -
XYZ 0.32 0.22 0.34 -
YUV 8.39 129.48 133.43 -
System Red Green Blue C M Y K H S L
Decimal 16 4 11 0 0.75 0.31 0.94 325 0.6 0.04
Hex 10 4 B 0 4B 1F 5E 145 3C 4
Octal 20 4 13 0 113 37 136 505 74 4
Binary 10000 100 1011 0 1001011 11111 1011110 101000101 111100 100

Color Harmonies of #10040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10040B

Black with #10040B

Text Example


Text Example

White with #10040B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10040B; }

 p { color: rgb(16,4,11); }

 H1.HeaderClassName
 {
   color: #10040B;
 }
 .AnyTagClassName
 {
   color: #10040B;
 }
</style>

background-color css

<style>
 a { background-color: #10040B; }

 a { background-color: rgb(16,4,11); }

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

border-color css

<style>
 span { border-color: #10040B; }

 span { border-color: rgb(16,4,11); }

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