#031D37

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

Shades of Black Pearl #031D37

Tints of Black Pearl #031D37

Color information

#031D37 (or 0x031D37) is unknown color: approx Black Pearl. HEX triplet: 03, 1D and 37. RGB value is (3,29,55). Sum of RGB (Red+Green+Blue) = 3+29+55=87 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.45% from 87); Green value is 29 (11.72% from 255 or 33.33% from 87); Blue value is 55 (21.88% from 255 or 63.22% from 87); Max value from RGB is 55 - color contains mainly: blue. Hex color #031D37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031D37 is #FCE2C8. Grayscale: #181818. Windows color (decimal): -16573129 or 3611907. OLE color: 3611907.

HSL color Cylindrical-coordinate representation of color #031D37: hue angle of 210º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #031D37 is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB32955-
CMYK0.950.4700.78
HSL210º89.66%11.37%-
HSV(B)210º94.55%21.57%-
XYZ1.171.173.78-
YUV24.19145.39112.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.45%
GREEN value IS 29 (11.72% from 255) = 33.33%
BLUE value IS 55 (21.88% from 255) = 63.22%
R=3.45%
G=33.33%
B=63.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal329550.950.4700.7821089.6611.37
Hex31D375F2F04Ed25ab
Octal3356713757011632213213
Binary11111011101111011111101111010011101101001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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