#001D31

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

Shades of Black Pearl #001D31

Tints of Black Pearl #001D31

Color information

#001D31 (or 0x001D31) is unknown color: approx Black Pearl. HEX triplet: 00, 1D and 31. RGB value is (0,29,49). Sum of RGB (Red+Green+Blue) = 0+29+49=78 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 78); Green value is 29 (11.72% from 255 or 37.18% from 78); Blue value is 49 (19.53% from 255 or 62.82% from 78); Max value from RGB is 49 - color contains mainly: blue. Hex color #001D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001D31 is #FFE2CE. Grayscale: #161616. Windows color (decimal): -16769743 or 3218688. OLE color: 3218688.

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

Color convert

RGB02949-
CMYK10.4100.81
HSL204.49º100%9.61%-
HSV(B)204.49º100%19.22%-
XYZ0.991.13.07-
YUV22.61142.89111.87-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 29 (11.72% from 255) = 37.18%
BLUE value IS 49 (19.53% from 255) = 62.82%
R=0%
G=37.18%
B=62.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0294910.4100.81204.491009.61
Hex01D316429051cc64a
Octal0356114451012131414412
Binary0111011100011100100101001010100011100110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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