#010203

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

Shades of Black Pearl #010203

Tints of Black Pearl #010203

Color information

#010203 (or 0x010203) is unknown color: approx Black Pearl. HEX triplet: 01, 02 and 03. RGB value is (1,2,3). Sum of RGB (Red+Green+Blue) = 1+2+3=6 (0% of max value = 765). Red value is 1 (0.78% from 255 or 16.67% from 6); Green value is 2 (1.17% from 255 or 33.33% from 6); Blue value is 3 (1.56% from 255 or 50% from 6); Max value from RGB is 3 - color contains mainly: blue. Hex color #010203 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010203 is #FEFDFC. Grayscale: #010101. Windows color (decimal): -16711165 or 197121. OLE color: 197121.

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

Color convert

RGB123-
CMYK0.670.3300.99
HSL210º50%0.78%-
HSV(B)210º66.67%1.18%-
XYZ0.050.060.09-
YUV1.82128.67127.42-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 16.67%
GREEN value IS 2 (1.17% from 255) = 33.33%
BLUE value IS 3 (1.56% from 255) = 50%
R=16.67%
G=33.33%
B=50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.99
SystemRedGreenBlueCMYKHSL
Decimal1230.670.3300.99210500.78
Hex1234321063d2321
Octal123103410143322621
Binary11011100001110000101100011110100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010203; }

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

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

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

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

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

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

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

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