#002931

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

Shades of Black Pearl #002931

Tints of Black Pearl #002931

Color information

#002931 (or 0x002931) is unknown color: approx Black Pearl. HEX triplet: 00, 29 and 31. RGB value is (0,41,49). Sum of RGB (Red+Green+Blue) = 0+41+49=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 41 (16.41% from 255 or 45.56% from 90); Blue value is 49 (19.53% from 255 or 54.44% from 90); Max value from RGB is 49 - color contains mainly: blue. Hex color #002931 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002931 is #FFD6CE. Grayscale: #1D1D1D. Windows color (decimal): -16766671 or 3221760. OLE color: 3221760.

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

Color convert

RGB04149-
CMYK10.1600.81
HSL189.8º100%9.61%-
HSV(B)189.8º100%19.22%-
XYZ1.351.813.18-
YUV29.65138.92106.85-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 41 (16.41% from 255) = 45.56%
BLUE value IS 49 (19.53% from 255) = 54.44%
R=0%
G=45.56%
B=54.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0414910.1600.81189.81009.61
Hex029316410051be64a
Octal0516114420012127614412
Binary0101001110001110010010000010100011011111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002931; }

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

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

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

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

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

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

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

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