Html Css Color HEX #000304 Black Pearl

📋 copy color: '#000304'

red 0 ◦ green 3 ◦ blue 4

#000304
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #000304

Tints of Black Pearl #000304

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 value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#000304 (or 0x000304) is known color: 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

RGB 0 3 4 -
CMYK 1 0.25 0 0.98
HSL 195º 1% 0.01% -
HSV(B) 195º 1% 0.02% -
XYZ 0.05 0.07 0.13 -
YUV 2.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 0 3 4 1 0.25 0 0.98 195 1 0.01
Hex 0 3 4 64 19 0 62 C3 64 1
Octal 0 3 4 144 31 0 142 303 144 1
Binary 0 11 100 1100100 11001 0 1100010 11000011 1100100 1

Color Harmonies of #000304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000304

Black with #000304

Text Example


Text Example

White with #000304

Text Example


Text Example

HTML Codes & Css Web 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>