Html Css Color HEX #000305 Black Pearl

📋 copy color: '#000305'

red 0 ◦ green 3 ◦ blue 5

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

Shades of Black Pearl #000305

Tints of Black Pearl #000305

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 3 (1.56% from 255) = 37.5%

 BLUE value IS 5 (2.34% from 255) = 62.5%

R = 0%
G = 37.5%
B = 62.5%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#000305 (or 0x000305) is known color: Black Pearl. HEX triplet: 00, 03 and 05. RGB value is (0,3,5). Sum of RGB (Red+Green+Blue) = 0+3+5=8 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 8); Green value is 3 (1.56% from 255 or 37.5% from 8); Blue value is 5 (2.34% from 255 or 62.5% from 8); Max value from RGB is 5 - color contains mainly: blue. Hex color #000305 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000305 is #FFFCFA. Grayscale: #020202. Windows color (decimal): -16776443 or 328448. OLE color: 328448.

HSL color Cylindrical-coordinate representation of color #000305: hue angle of 204º 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 #000305 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.98.

Color convert

RGB 0 3 5 -
CMYK 1 0.40 0 0.98
HSL 204º 1% 0.01% -
HSV(B) 204º 1% 0.02% -
XYZ 0.06 0.08 0.16 -
YUV 2.33 129.51 126.34 -
System Red Green Blue C M Y K H S L
Decimal 0 3 5 1 0.40 0 0.98 204 1 0.01
Hex 0 3 5 64 28 0 62 CC 64 1
Octal 0 3 5 144 50 0 142 314 144 1
Binary 0 11 101 1100100 101000 0 1100010 11001100 1100100 1

Color Harmonies of #000305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000305

Black with #000305

Text Example


Text Example

White with #000305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000305; }

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

 H1.HeaderClassName
 {
   color: #000305;
 }
 .AnyTagClassName
 {
   color: #000305;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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