#000203

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

Shades of Black Pearl #000203

Tints of Black Pearl #000203

Color information

#000203 (or 0x000203) is unknown color: approx Black Pearl. HEX triplet: 00, 02 and 03. RGB value is (0,2,3). Sum of RGB (Red+Green+Blue) = 0+2+3=5 (0% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 5); Green value is 2 (1.17% from 255 or 40% from 5); Blue value is 3 (1.56% from 255 or 60% from 5); Max value from RGB is 3 - color contains mainly: blue. Hex color #000203 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000203 is #FFFDFC. Grayscale: #010101. Windows color (decimal): -16776701 or 197120. OLE color: 197120.

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

Color convert

RGB023-
CMYK10.3300.99
HSL200º100%0.59%-
HSV(B)200º100%1.18%-
XYZ0.040.050.09-
YUV1.52128.84126.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 2 (1.17% from 255) = 40%
BLUE value IS 3 (1.56% from 255) = 60%
R=0%
G=40%
B=60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.99
SystemRedGreenBlueCMYKHSL
Decimal02310.3300.992001000.59
Hex0236421063c8641
Octal0231444101433101441
Binary010111100100100001011000111100100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000203; }

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

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

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

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

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

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

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

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