Html Css Color HEX #000205 Black Pearl

📋 copy color: '#000205'

red 0 ◦ green 2 ◦ blue 5

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

Shades of Black Pearl #000205

Tints of Black Pearl #000205

RGB

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

 GREEN value IS 2 (1.17% from 255) = 28.57%

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

R = 0%
G = 28.57%
B = 71.43%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#000205 (or 0x000205) is known color: Black Pearl. HEX triplet: 00, 02 and 05. RGB value is (0,2,5). Sum of RGB (Red+Green+Blue) = 0+2+5=7 (0% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 7); Green value is 2 (1.17% from 255 or 28.57% from 7); Blue value is 5 (2.34% from 255 or 71.43% from 7); Max value from RGB is 5 - color contains mainly: blue. Hex color #000205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000205 is #FFFDFA. Grayscale: #010101. Windows color (decimal): -16776699 or 328192. OLE color: 328192.

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

Color convert

RGB 0 2 5 -
CMYK 1 0.60 0 0.98
HSL 216º 1% 0.01% -
HSV(B) 216º 1% 0.02% -
XYZ 0.05 0.05 0.15 -
YUV 1.74 129.84 126.76 -
System Red Green Blue C M Y K H S L
Decimal 0 2 5 1 0.60 0 0.98 216 1 0.01
Hex 0 2 5 64 3C 0 62 D8 64 1
Octal 0 2 5 144 74 0 142 330 144 1
Binary 0 10 101 1100100 111100 0 1100010 11011000 1100100 1

Color Harmonies of #000205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000205

Black with #000205

Text Example


Text Example

White with #000205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000205; }

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

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

background-color css

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

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

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

border-color css

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

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

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