#011431

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

Shades of Black Pearl #011431

Tints of Black Pearl #011431

Color information

#011431 (or 0x011431) is unknown color: approx Black Pearl. HEX triplet: 01, 14 and 31. RGB value is (1,20,49). Sum of RGB (Red+Green+Blue) = 1+20+49=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 20 (8.20% from 255 or 28.57% from 70); Blue value is 49 (19.53% from 255 or 70% from 70); Max value from RGB is 49 - color contains mainly: blue. Hex color #011431 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011431 is #FEEBCE. Grayscale: #111111. Windows color (decimal): -16706511 or 3216385. OLE color: 3216385.

HSL color Cylindrical-coordinate representation of color #011431: hue angle of 216.25º 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 #011431 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB12049-
CMYK0.980.5900.81
HSL216.25º96%9.8%-
HSV(B)216.25º97.96%19.22%-
XYZ0.820.733-
YUV17.62145.71116.14-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.43%
GREEN value IS 20 (8.20% from 255) = 28.57%
BLUE value IS 49 (19.53% from 255) = 70%
R=1.43%
G=28.57%
B=70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal120490.980.5900.81216.25969.8
Hex11431623B051d860a
Octal1246114273012133014012
Binary1101001100011100010111011010100011101100011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011431; }

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

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

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

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

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

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

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

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