Html Css Color HEX #10010B Melanzane

📋 copy color: '#10010B'

red 16 ◦ green 1 ◦ blue 11

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

Shades of Melanzane #10010B

Tints of Melanzane #10010B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 3.57%

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

R = 57.14%
G = 3.57%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.94

RGB Variations

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

Color information

#10010B (or 0x10010B) is known color: Melanzane. HEX triplet: 10, 01 and 0B. RGB value is (16,1,11). Sum of RGB (Red+Green+Blue) = 16+1+11=28 (3% of max value = 765). Red value is 16 (6.64% from 255 or 57.14% from 28); Green value is 1 (0.78% from 255 or 3.57% from 28); Blue value is 11 (4.69% from 255 or 39.29% from 28); Max value from RGB is 16 - color contains mainly: red. Hex color #10010B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10010B is #EFFEF4. Grayscale: #060606. Windows color (decimal): -15728373 or 721168. OLE color: 721168.

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

Color convert

RGB 16 1 11 -
CMYK 0 0.94 0.31 0.94
HSL 320º 0.88% 0.03% -
HSV(B) 320º 0.94% 0.06% -
XYZ 0.28 0.16 0.33 -
YUV 6.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 16 1 11 0 0.94 0.31 0.94 320 0.88 0.03
Hex 10 1 B 0 5E 1F 5E 140 58 3
Octal 20 1 13 0 136 37 136 500 130 3
Binary 10000 1 1011 0 1011110 11111 1011110 101000000 1011000 11

Color Harmonies of #10010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10010B

Black with #10010B

Text Example


Text Example

White with #10010B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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