#001931

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

Shades of Black Pearl #001931

Tints of Black Pearl #001931

Color information

#001931 (or 0x001931) is unknown color: approx Black Pearl. HEX triplet: 00, 19 and 31. RGB value is (0,25,49). Sum of RGB (Red+Green+Blue) = 0+25+49=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 25 (10.16% from 255 or 33.78% from 74); Blue value is 49 (19.53% from 255 or 66.22% from 74); Max value from RGB is 49 - color contains mainly: blue. Hex color #001931 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001931 is #FFE6CE. Grayscale: #141414. Windows color (decimal): -16770767 or 3217664. OLE color: 3217664.

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

Color convert

RGB02549-
CMYK10.4900.81
HSL209.39º100%9.61%-
HSV(B)209.39º100%19.22%-
XYZ0.90.923.04-
YUV20.26144.22113.55-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 25 (10.16% from 255) = 33.78%
BLUE value IS 49 (19.53% from 255) = 66.22%
R=0%
G=33.78%
B=66.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0254910.4900.81209.391009.61
Hex019316431051d164a
Octal0316114461012132114412
Binary0110011100011100100110001010100011101000111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001931; }

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

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

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

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

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

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

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

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