#031D32

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

Shades of Black Pearl #031D32

Tints of Black Pearl #031D32

Color information

#031D32 (or 0x031D32) is unknown color: approx Black Pearl. HEX triplet: 03, 1D and 32. RGB value is (3,29,50). Sum of RGB (Red+Green+Blue) = 3+29+50=82 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.66% from 82); Green value is 29 (11.72% from 255 or 35.37% from 82); Blue value is 50 (19.92% from 255 or 60.98% from 82); Max value from RGB is 50 - color contains mainly: blue. Hex color #031D32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031D32 is #FCE2CD. Grayscale: #171717. Windows color (decimal): -16573134 or 3284227. OLE color: 3284227.

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

Color convert

RGB32950-
CMYK0.940.4200.80
HSL206.81º88.68%10.39%-
HSV(B)206.81º94%19.61%-
XYZ1.051.133.18-
YUV23.62142.89113.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.66%
GREEN value IS 29 (11.72% from 255) = 35.37%
BLUE value IS 50 (19.92% from 255) = 60.98%
R=3.66%
G=35.37%
B=60.98%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal329500.940.4200.80206.8188.6810.39
Hex31D325E2A050cf59a
Octal3356213652012031713112
Binary11111011100101011110101010010100001100111110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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