Html Css Color HEX #000713 Black Pearl

📋 copy color: '#000713'

red 0 ◦ green 7 ◦ blue 19

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

Shades of Black Pearl #000713

Tints of Black Pearl #000713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 73.08%

R = 0%
G = 26.92%
B = 73.08%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#000713 (or 0x000713) is known color: Black Pearl. HEX triplet: 00, 07 and 13. RGB value is (0,7,19). Sum of RGB (Red+Green+Blue) = 0+7+19=26 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 26); Green value is 7 (3.12% from 255 or 26.92% from 26); Blue value is 19 (7.81% from 255 or 73.08% from 26); Max value from RGB is 19 - color contains mainly: blue. Hex color #000713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000713 is #FFF8EC. Grayscale: #060606. Windows color (decimal): -16775405 or 1246976. OLE color: 1246976.

HSL color Cylindrical-coordinate representation of color #000713: hue angle of 217.89º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000713 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 0 7 19 -
CMYK 1 0.63 0 0.93
HSL 217.89º 1% 0.04% -
HSV(B) 217.89º 1% 0.07% -
XYZ 0.19 0.2 0.64 -
YUV 6.28 135.18 123.52 -
System Red Green Blue C M Y K H S L
Decimal 0 7 19 1 0.63 0 0.93 217.89 1 0.04
Hex 0 7 13 64 3F 0 5D DA 64 4
Octal 0 7 23 144 77 0 135 332 144 4
Binary 0 111 10011 1100100 111111 0 1011101 11011010 1100100 100

Color Harmonies of #000713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000713

Black with #000713

Text Example


Text Example

White with #000713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000713; }

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

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

background-color css

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

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

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

border-color css

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

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

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