#000102

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

Shades of Black Pearl #000102

Tints of Black Pearl #000102

Color information

#000102 (or 0x000102) is unknown color: approx Black Pearl. HEX triplet: 00, 01 and 02. RGB value is (0,1,2). Sum of RGB (Red+Green+Blue) = 0+1+2=3 (0% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 3); Green value is 1 (0.78% from 255 or 33.33% from 3); Blue value is 2 (1.17% from 255 or 66.67% from 3); Max value from RGB is 2 - color contains mainly: blue. Hex color #000102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000102 is #FFFEFD. Grayscale: #000000. Windows color (decimal): -16776958 or 131328. OLE color: 131328.

HSL color Cylindrical-coordinate representation of color #000102: hue angle of 210º degrees, saturation: 1, lightness: 0%. HSV value (or HSB Brightness) of color is 0.01% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000102 is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.99.

Color convert

RGB012-
CMYK10.5000.99
HSL210º100%0.39%-
HSV(B)210º100%0.78%-
XYZ0.020.030.06-
YUV0.82128.67127.42-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 1 (0.78% from 255) = 33.33%
BLUE value IS 2 (1.17% from 255) = 66.67%
R=0%
G=33.33%
B=66.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.99
SystemRedGreenBlueCMYKHSL
Decimal01210.5000.992101000.39
Hex0126432063d2640
Octal0121446201433221440
Binary01101100100110010011000111101001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000102; }

 p { color: rgb(0,1,2); }

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

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

 a { background-color: rgb(0,1,2); }

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

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

 span { border-color: rgb(0,1,2); }

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