#010304

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

Shades of Black Pearl #010304

Tints of Black Pearl #010304

Color information

#010304 (or 0x010304) is unknown color: approx Black Pearl. HEX triplet: 01, 03 and 04. RGB value is (1,3,4). Sum of RGB (Red+Green+Blue) = 1+3+4=8 (1% of max value = 765). Red value is 1 (0.78% from 255 or 12.5% from 8); Green value is 3 (1.56% from 255 or 37.5% from 8); Blue value is 4 (1.95% from 255 or 50% from 8); Max value from RGB is 4 - color contains mainly: blue. Hex color #010304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010304 is #FEFCFB. Grayscale: #020202. Windows color (decimal): -16710908 or 262913. OLE color: 262913.

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

Color convert

RGB134-
CMYK0.750.2500.98
HSL200º60%0.98%-
HSV(B)200º75%1.57%-
XYZ0.070.080.13-
YUV2.52128.84126.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 12.5%
GREEN value IS 3 (1.56% from 255) = 37.5%
BLUE value IS 4 (1.95% from 255) = 50%
R=12.5%
G=37.5%
B=50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal1340.750.2500.98200600.98
Hex1344B19062c83c1
Octal134113310142310741
Binary11110010010111100101100010110010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010304; }

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

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

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

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

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

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

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

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