#031D33

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

Shades of Black Pearl #031D33

Tints of Black Pearl #031D33

Color information

#031D33 (or 0x031D33) is unknown color: approx Black Pearl. HEX triplet: 03, 1D and 33. RGB value is (3,29,51). Sum of RGB (Red+Green+Blue) = 3+29+51=83 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.61% from 83); Green value is 29 (11.72% from 255 or 34.94% from 83); Blue value is 51 (20.31% from 255 or 61.45% from 83); Max value from RGB is 51 - color contains mainly: blue. Hex color #031D33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031D33 is #FCE2CC. Grayscale: #171717. Windows color (decimal): -16573133 or 3349763. OLE color: 3349763.

HSL color Cylindrical-coordinate representation of color #031D33: hue angle of 207.5º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #031D33 is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB32951-
CMYK0.940.4300.8
HSL207.5º88.89%10.59%-
HSV(B)207.5º94.12%20%-
XYZ1.071.143.29-
YUV23.73143.39113.21-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.61%
GREEN value IS 29 (11.72% from 255) = 34.94%
BLUE value IS 51 (20.31% from 255) = 61.45%
R=3.61%
G=34.94%
B=61.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal329510.940.4300.8207.588.8910.59
Hex31D335E2B050d059b
Octal3356313653012032013113
Binary11111011100111011110101011010100001101000010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031D33; }

 p { color: rgb(3,29,51); }

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

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

 a { background-color: rgb(3,29,51); }

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

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

 span { border-color: rgb(3,29,51); }

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