Html Css Color HEX #000710 Black Pearl

📋 copy color: '#000710'

red 0 ◦ green 7 ◦ blue 16

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

Shades of Black Pearl #000710

Tints of Black Pearl #000710

RGB

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

 GREEN value IS 7 (3.13% from 255) = 30.43%

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

R = 0%
G = 30.43%
B = 69.57%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#000710 (or 0x000710) is known color: Black Pearl. HEX triplet: 00, 07 and 10. RGB value is (0,7,16). Sum of RGB (Red+Green+Blue) = 0+7+16=23 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 23); Green value is 7 (3.12% from 255 or 30.43% from 23); Blue value is 16 (6.64% from 255 or 69.57% from 23); Max value from RGB is 16 - color contains mainly: blue. Hex color #000710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000710 is #FFF8EF. Grayscale: #050505. Windows color (decimal): -16775408 or 1050368. OLE color: 1050368.

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

Color convert

RGB 0 7 16 -
CMYK 1 0.56 0 0.94
HSL 213.75º 1% 0.03% -
HSV(B) 213.75º 1% 0.06% -
XYZ 0.17 0.19 0.52 -
YUV 5.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 0 7 16 1 0.56 0 0.94 213.75 1 0.03
Hex 0 7 10 64 38 0 5E D6 64 3
Octal 0 7 20 144 70 0 136 326 144 3
Binary 0 111 10000 1100100 111000 0 1011110 11010110 1100100 11

Color Harmonies of #000710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000710

Black with #000710

Text Example


Text Example

White with #000710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000710; }

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

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

background-color css

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

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

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

border-color css

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

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

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