Html Css Color HEX #000204 Black Pearl

📋 copy color: '#000204'

red 0 ◦ green 2 ◦ blue 4

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

Shades of Black Pearl #000204

Tints of Black Pearl #000204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 66.67%

R = 0%
G = 33.33%
B = 66.67%

CMYK

 C value IS 1

 M value IS 0.5

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#000204 (or 0x000204) is known color: Black Pearl. HEX triplet: 00, 02 and 04. RGB value is (0,2,4). Sum of RGB (Red+Green+Blue) = 0+2+4=6 (0% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 6); Green value is 2 (1.17% from 255 or 33.33% from 6); Blue value is 4 (1.95% from 255 or 66.67% from 6); Max value from RGB is 4 - color contains mainly: blue. Hex color #000204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000204 is #FFFDFB. Grayscale: #010101. Windows color (decimal): -16776700 or 262656. OLE color: 262656.

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

Color convert

RGB 0 2 4 -
CMYK 1 0.5 0 0.98
HSL 210º 1% 0.01% -
HSV(B) 210º 1% 0.02% -
XYZ 0.04 0.05 0.12 -
YUV 1.63 129.34 126.84 -
System Red Green Blue C M Y K H S L
Decimal 0 2 4 1 0.5 0 0.98 210 1 0.01
Hex 0 2 4 64 32 0 62 D2 64 1
Octal 0 2 4 144 62 0 142 322 144 1
Binary 0 10 100 1100100 110010 0 1100010 11010010 1100100 1

Color Harmonies of #000204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000204

Black with #000204

Text Example


Text Example

White with #000204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000204; }

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

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

background-color css

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

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

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

border-color css

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

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

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