Html Css Color HEX #000815 Black Pearl

📋 copy color: '#000815'

red 0 ◦ green 8 ◦ blue 21

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

Shades of Black Pearl #000815

Tints of Black Pearl #000815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 27.59%

 BLUE value IS 21 (8.59% from 255) = 72.41%

R = 0%
G = 27.59%
B = 72.41%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#000815 (or 0x000815) is known color: Black Pearl. HEX triplet: 00, 08 and 15. RGB value is (0,8,21). Sum of RGB (Red+Green+Blue) = 0+8+21=29 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 29); Green value is 8 (3.52% from 255 or 27.59% from 29); Blue value is 21 (8.59% from 255 or 72.41% from 29); Max value from RGB is 21 - color contains mainly: blue. Hex color #000815 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000815 is #FFF7EA. Grayscale: #070707. Windows color (decimal): -16775147 or 1378304. OLE color: 1378304.

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

Color convert

RGB 0 8 21 -
CMYK 1 0.62 0 0.92
HSL 217.14º 1% 0.04% -
HSV(B) 217.14º 1% 0.08% -
XYZ 0.22 0.23 0.74 -
YUV 7.09 135.85 122.94 -
System Red Green Blue C M Y K H S L
Decimal 0 8 21 1 0.62 0 0.92 217.14 1 0.04
Hex 0 8 15 64 3E 0 5C D9 64 4
Octal 0 10 25 144 76 0 134 331 144 4
Binary 0 1000 10101 1100100 111110 0 1011100 11011001 1100100 100

Color Harmonies of #000815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000815

Black with #000815

Text Example


Text Example

White with #000815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000815; }

 p { color: rgb(0,8,21); }

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

background-color css

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

 a { background-color: rgb(0,8,21); }

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

border-color css

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

 span { border-color: rgb(0,8,21); }

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