#001A31

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

Shades of Black Pearl #001A31

Tints of Black Pearl #001A31

Color information

#001A31 (or 0x001A31) is unknown color: approx Black Pearl. HEX triplet: 00, 1A and 31. RGB value is (0,26,49). Sum of RGB (Red+Green+Blue) = 0+26+49=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 26 (10.55% from 255 or 34.67% from 75); Blue value is 49 (19.53% from 255 or 65.33% from 75); Max value from RGB is 49 - color contains mainly: blue. Hex color #001A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A31 is #FFE5CE. Grayscale: #141414. Windows color (decimal): -16770511 or 3217920. OLE color: 3217920.

HSL color Cylindrical-coordinate representation of color #001A31: hue angle of 208.16º 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 #001A31 is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB02649-
CMYK10.4700.81
HSL208.16º100%9.61%-
HSV(B)208.16º100%19.22%-
XYZ0.920.963.04-
YUV20.85143.89113.13-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 26 (10.55% from 255) = 34.67%
BLUE value IS 49 (19.53% from 255) = 65.33%
R=0%
G=34.67%
B=65.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0264910.4700.81208.161009.61
Hex01A31642F051d064a
Octal0326114457012132014412
Binary0110101100011100100101111010100011101000011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001A31; }

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

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

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

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

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

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

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

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