#001431

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

Shades of Black Pearl #001431

Tints of Black Pearl #001431

Color information

#001431 (or 0x001431) is unknown color: approx Black Pearl. HEX triplet: 00, 14 and 31. RGB value is (0,20,49). Sum of RGB (Red+Green+Blue) = 0+20+49=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 49 (19.53% from 255 or 71.01% from 69); Max value from RGB is 49 - color contains mainly: blue. Hex color #001431 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001431 is #FFEBCE. Grayscale: #111111. Windows color (decimal): -16772047 or 3216384. OLE color: 3216384.

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

Color convert

RGB02049-
CMYK10.5900.81
HSL215.51º100%9.61%-
HSV(B)215.51º100%19.22%-
XYZ0.80.723-
YUV17.33145.87115.64-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 20 (8.20% from 255) = 28.99%
BLUE value IS 49 (19.53% from 255) = 71.01%
R=0%
G=28.99%
B=71.01%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0204910.5900.81215.511009.61
Hex01431643B051d864a
Octal0246114473012133014412
Binary0101001100011100100111011010100011101100011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001431; }

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

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

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

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

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

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

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

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