#011631

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

Shades of Black Pearl #011631

Tints of Black Pearl #011631

Color information

#011631 (or 0x011631) is unknown color: approx Black Pearl. HEX triplet: 01, 16 and 31. RGB value is (1,22,49). Sum of RGB (Red+Green+Blue) = 1+22+49=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 22 (8.98% from 255 or 30.56% from 72); Blue value is 49 (19.53% from 255 or 68.06% from 72); Max value from RGB is 49 - color contains mainly: blue. Hex color #011631 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011631 is #FEE9CE. Grayscale: #121212. Windows color (decimal): -16705999 or 3216897. OLE color: 3216897.

HSL color Cylindrical-coordinate representation of color #011631: hue angle of 213.75º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011631 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB12249-
CMYK0.980.5500.81
HSL213.75º96%9.8%-
HSV(B)213.75º97.96%19.22%-
XYZ0.850.83.02-
YUV18.8145.04115.3-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.39%
GREEN value IS 22 (8.98% from 255) = 30.56%
BLUE value IS 49 (19.53% from 255) = 68.06%
R=1.39%
G=30.56%
B=68.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal122490.980.5500.81213.75969.8
Hex116316237051d660a
Octal1266114267012132614012
Binary1101101100011100010110111010100011101011011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011631; }

 p { color: rgb(1,22,49); }

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

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

 a { background-color: rgb(1,22,49); }

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

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

 span { border-color: rgb(1,22,49); }

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