Html Css Color HEX #000812 Black Pearl

📋 copy color: '#000812'

red 0 ◦ green 8 ◦ blue 18

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

Shades of Black Pearl #000812

Tints of Black Pearl #000812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 69.23%

R = 0%
G = 30.77%
B = 69.23%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#000812 (or 0x000812) is known color: Black Pearl. HEX triplet: 00, 08 and 12. RGB value is (0,8,18). Sum of RGB (Red+Green+Blue) = 0+8+18=26 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 26); Green value is 8 (3.52% from 255 or 30.77% from 26); Blue value is 18 (7.42% from 255 or 69.23% from 26); Max value from RGB is 18 - color contains mainly: blue. Hex color #000812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000812 is #FFF7ED. Grayscale: #060606. Windows color (decimal): -16775150 or 1181696. OLE color: 1181696.

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

Color convert

RGB 0 8 18 -
CMYK 1 0.56 0 0.93
HSL 213.33º 1% 0.04% -
HSV(B) 213.33º 1% 0.07% -
XYZ 0.2 0.22 0.6 -
YUV 6.75 134.35 123.19 -
System Red Green Blue C M Y K H S L
Decimal 0 8 18 1 0.56 0 0.93 213.33 1 0.04
Hex 0 8 12 64 38 0 5D D5 64 4
Octal 0 10 22 144 70 0 135 325 144 4
Binary 0 1000 10010 1100100 111000 0 1011101 11010101 1100100 100

Color Harmonies of #000812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000812

Black with #000812

Text Example


Text Example

White with #000812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000812; }

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

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

background-color css

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

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

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

border-color css

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

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

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