#002031

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

Shades of Black Pearl #002031

Tints of Black Pearl #002031

Color information

#002031 (or 0x002031) is unknown color: approx Black Pearl. HEX triplet: 00, 20 and 31. RGB value is (0,32,49). Sum of RGB (Red+Green+Blue) = 0+32+49=81 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 81); Green value is 32 (12.89% from 255 or 39.51% from 81); Blue value is 49 (19.53% from 255 or 60.49% from 81); Max value from RGB is 49 - color contains mainly: blue. Hex color #002031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002031 is #FFDFCE. Grayscale: #181818. Windows color (decimal): -16768975 or 3219456. OLE color: 3219456.

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

Color convert

RGB03249-
CMYK10.3500.81
HSL200.82º100%9.61%-
HSV(B)200.82º100%19.22%-
XYZ1.071.253.09-
YUV24.37141.9110.62-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 32 (12.89% from 255) = 39.51%
BLUE value IS 49 (19.53% from 255) = 60.49%
R=0%
G=39.51%
B=60.49%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0324910.3500.81200.821009.61
Hex020316423051c964a
Octal0406114443012131114412
Binary01000001100011100100100011010100011100100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002031; }

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

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

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

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

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

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

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

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