#000912

Color #000912 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #000912

Tints of Black Pearl #000912

Color information

#000912 (or 0x000912) is unknown color: approx Black Pearl. HEX triplet: 00, 09 and 12. RGB value is (0,9,18). Sum of RGB (Red+Green+Blue) = 0+9+18=27 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 27); Green value is 9 (3.91% from 255 or 33.33% from 27); Blue value is 18 (7.42% from 255 or 66.67% from 27); Max value from RGB is 18 - color contains mainly: blue. Hex color #000912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000912 is #FFF6ED. Grayscale: #070707. Windows color (decimal): -16774894 or 1181952. OLE color: 1181952.

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

Color convert

RGB0918-
CMYK10.500.93
HSL210º100%3.53%-
HSV(B)210º100%7.06%-
XYZ0.210.240.61-
YUV7.33134.02122.77-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 9 (3.91% from 255) = 33.33%
BLUE value IS 18 (7.42% from 255) = 66.67%
R=0%
G=33.33%
B=66.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal091810.500.932101003.53
Hex0912643205Dd2644
Octal011221446201353221444
Binary0100110010110010011001001011101110100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000912; }

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

 H1.HeaderClassName
 {
   color: #000912;
 }
 .AnyTagClassName
 {
   color: #000912;
 }
</style>
background-color css

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

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

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

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

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

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