#002531

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

Shades of Black Pearl #002531

Tints of Black Pearl #002531

Color information

#002531 (or 0x002531) is unknown color: approx Black Pearl. HEX triplet: 00, 25 and 31. RGB value is (0,37,49). Sum of RGB (Red+Green+Blue) = 0+37+49=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 37 (14.84% from 255 or 43.02% from 86); Blue value is 49 (19.53% from 255 or 56.98% from 86); Max value from RGB is 49 - color contains mainly: blue. Hex color #002531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002531 is #FFDACE. Grayscale: #1B1B1B. Windows color (decimal): -16767695 or 3220736. OLE color: 3220736.

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

Color convert

RGB03749-
CMYK10.2400.81
HSL194.69º100%9.61%-
HSV(B)194.69º100%19.22%-
XYZ1.221.543.14-
YUV27.3140.24108.52-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 37 (14.84% from 255) = 43.02%
BLUE value IS 49 (19.53% from 255) = 56.98%
R=0%
G=43.02%
B=56.98%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0374910.2400.81194.691009.61
Hex025316418051c364a
Octal0456114430012130314412
Binary0100101110001110010011000010100011100001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002531; }

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

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

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

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

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

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

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

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