Html Css Color HEX #000610 Black Pearl

📋 copy color: '#000610'

red 0 ◦ green 6 ◦ blue 16

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

Shades of Black Pearl #000610

Tints of Black Pearl #000610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 27.27%

 BLUE value IS 16 (6.64% from 255) = 72.73%

R = 0%
G = 27.27%
B = 72.73%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#000610 (or 0x000610) is known color: Black Pearl. HEX triplet: 00, 06 and 10. RGB value is (0,6,16). Sum of RGB (Red+Green+Blue) = 0+6+16=22 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 22); Green value is 6 (2.73% from 255 or 27.27% from 22); Blue value is 16 (6.64% from 255 or 72.73% from 22); Max value from RGB is 16 - color contains mainly: blue. Hex color #000610 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000610 is #FFF9EF. Grayscale: #050505. Windows color (decimal): -16775664 or 1050112. OLE color: 1050112.

HSL color Cylindrical-coordinate representation of color #000610: hue angle of 217.5º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000610 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 0 6 16 -
CMYK 1 0.62 0 0.94
HSL 217.5º 1% 0.03% -
HSV(B) 217.5º 1% 0.06% -
XYZ 0.16 0.17 0.51 -
YUV 5.35 134.01 124.19 -
System Red Green Blue C M Y K H S L
Decimal 0 6 16 1 0.62 0 0.94 217.5 1 0.03
Hex 0 6 10 64 3E 0 5E DA 64 3
Octal 0 6 20 144 76 0 136 332 144 3
Binary 0 110 10000 1100100 111110 0 1011110 11011010 1100100 11

Color Harmonies of #000610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000610

Black with #000610

Text Example


Text Example

White with #000610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000610; }

 p { color: rgb(0,6,16); }

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

background-color css

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

 a { background-color: rgb(0,6,16); }

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

border-color css

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

 span { border-color: rgb(0,6,16); }

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