#000A11

Color #000A11 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #000A11

Tints of Black Pearl #000A11

Color information

#000A11 (or 0x000A11) is unknown color: approx Black Pearl. HEX triplet: 00, 0A and 11. RGB value is (0,10,17). Sum of RGB (Red+Green+Blue) = 0+10+17=27 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 27); Green value is 10 (4.30% from 255 or 37.04% from 27); Blue value is 17 (7.03% from 255 or 62.96% from 27); Max value from RGB is 17 - color contains mainly: blue. Hex color #000A11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000A11 is #FFF5EE. Grayscale: #070707. Windows color (decimal): -16774639 or 1116672. OLE color: 1116672.

HSL color Cylindrical-coordinate representation of color #000A11: hue angle of 204.71º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A11 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB01017-
CMYK10.4100.93
HSL204.71º100%3.33%-
HSV(B)204.71º100%6.67%-
XYZ0.210.260.57-
YUV7.81133.19122.43-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 10 (4.30% from 255) = 37.04%
BLUE value IS 17 (7.03% from 255) = 62.96%
R=0%
G=37.04%
B=62.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal0101710.4100.93204.711003.33
Hex0A11642905Dcd643
Octal012211445101353151443
Binary010101000111001001010010101110111001101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000A11; }

 p { color: rgb(0,10,17); }

 H1.HeaderClassName
 {
   color: #000A11;
 }
 .AnyTagClassName
 {
   color: #000A11;
 }
</style>
background-color css

<style>
 a { background-color: #000A11; }

 a { background-color: rgb(0,10,17); }

 div.DivClassName
 {
   background-color: #000A11;
 }
 .BgClassName
 {
   background-color: #000A11;
 }
</style>
border-color css

<style>
 span { border-color: #000A11; }

 span { border-color: rgb(0,10,17); }

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