Html Css Color HEX #010E11 Black Pearl

📋 copy color: '#010E11'

red 1 ◦ green 14 ◦ blue 17

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

Shades of Black Pearl #010E11

Tints of Black Pearl #010E11

RGB

 RED value IS 1 (0.78% from 255) = 3.13%

 GREEN value IS 14 (5.86% from 255) = 43.75%

 BLUE value IS 17 (7.03% from 255) = 53.13%

R = 3.13%
G = 43.75%
B = 53.13%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#010E11 (or 0x010E11) is known color: Black Pearl. HEX triplet: 01, 0E and 11. RGB value is (1,14,17). Sum of RGB (Red+Green+Blue) = 1+14+17=32 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.12% from 32); Green value is 14 (5.86% from 255 or 43.75% from 32); Blue value is 17 (7.03% from 255 or 53.12% from 32); Max value from RGB is 17 - color contains mainly: blue. Hex color #010E11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010E11 is #FEF1EE. Grayscale: #0A0A0A. Windows color (decimal): -16708079 or 1117697. OLE color: 1117697.

HSL color Cylindrical-coordinate representation of color #010E11: hue angle of 191.25º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #010E11 is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 1 14 17 -
CMYK 0.94 0.18 0 0.93
HSL 191.25º 0.89% 0.04% -
HSV(B) 191.25º 0.94% 0.07% -
XYZ 0.27 0.36 0.59 -
YUV 10.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 1 14 17 0.94 0.18 0 0.93 191.25 0.89 0.04
Hex 1 E 11 5E 12 0 5D BF 59 4
Octal 1 16 21 136 22 0 135 277 131 4
Binary 1 1110 10001 1011110 10010 0 1011101 10111111 1011001 100

Color Harmonies of #010E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010E11

Black with #010E11

Text Example


Text Example

White with #010E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010E11; }

 p { color: rgb(1,14,17); }

 H1.HeaderClassName
 {
   color: #010E11;
 }
 .AnyTagClassName
 {
   color: #010E11;
 }
</style>

background-color css

<style>
 a { background-color: #010E11; }

 a { background-color: rgb(1,14,17); }

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

border-color css

<style>
 span { border-color: #010E11; }

 span { border-color: rgb(1,14,17); }

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