#000304

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

Shades of Black Pearl #000304

Tints of Black Pearl #000304

Color information

#000304 (or 0x000304) is unknown color: approx Black Pearl. HEX triplet: 00, 03 and 04. RGB value is (0,3,4). Sum of RGB (Red+Green+Blue) = 0+3+4=7 (0% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 7); Green value is 3 (1.56% from 255 or 42.86% from 7); Blue value is 4 (1.95% from 255 or 57.14% from 7); Max value from RGB is 4 - color contains mainly: blue. Hex color #000304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000304 is #FFFCFB. Grayscale: #020202. Windows color (decimal): -16776444 or 262912. OLE color: 262912.

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

Color convert

RGB034-
CMYK10.2500.98
HSL195º100%0.78%-
HSV(B)195º100%1.57%-
XYZ0.050.070.13-
YUV2.22129.01126.42-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 3 (1.56% from 255) = 42.86%
BLUE value IS 4 (1.95% from 255) = 57.14%
R=0%
G=42.86%
B=57.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal03410.2500.981951000.78
Hex0346419062c3641
Octal0341443101423031441
Binary011100110010011001011000101100001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000304; }

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

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

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

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

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

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

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

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