#031012

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

Shades of Black Pearl #031012

Tints of Black Pearl #031012

Color information

#031012 (or 0x031012) is unknown color: approx Black Pearl. HEX triplet: 03, 10 and 12. RGB value is (3,16,18). Sum of RGB (Red+Green+Blue) = 3+16+18=37 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.11% from 37); Green value is 16 (6.64% from 255 or 43.24% from 37); Blue value is 18 (7.42% from 255 or 48.65% from 37); Max value from RGB is 18 - color contains mainly: blue. Hex color #031012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031012 is #FCEFED. Grayscale: #0C0C0C. Windows color (decimal): -16576494 or 1183747. OLE color: 1183747.

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

Color convert

RGB31618-
CMYK0.830.1100.93
HSL188º71.43%4.12%-
HSV(B)188º83.33%7.06%-
XYZ0.330.430.64-
YUV12.34131.19121.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.11%
GREEN value IS 16 (6.64% from 255) = 43.24%
BLUE value IS 18 (7.42% from 255) = 48.65%
R=8.11%
G=43.24%
B=48.65%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal316180.830.1100.9318871.434.12
Hex3101253B05Dbc474
Octal320221231301352741074
Binary1110000100101010011101101011101101111001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031012; }

 p { color: rgb(3,16,18); }

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

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

 a { background-color: rgb(3,16,18); }

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

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

 span { border-color: rgb(3,16,18); }

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