#03131D

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

Shades of Black Pearl #03131D

Tints of Black Pearl #03131D

Color information

#03131D (or 0x03131D) is unknown color: approx Black Pearl. HEX triplet: 03, 13 and 1D. RGB value is (3,19,29). Sum of RGB (Red+Green+Blue) = 3+19+29=51 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.88% from 51); Green value is 19 (7.81% from 255 or 37.25% from 51); Blue value is 29 (11.72% from 255 or 56.86% from 51); Max value from RGB is 29 - color contains mainly: blue. Hex color #03131D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03131D is #FCECE2. Grayscale: #0F0F0F. Windows color (decimal): -16575715 or 1905411. OLE color: 1905411.

HSL color Cylindrical-coordinate representation of color #03131D: hue angle of 203.08º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #03131D is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB31929-
CMYK0.900.3400.89
HSL203.08º81.25%6.27%-
HSV(B)203.08º89.66%11.37%-
XYZ0.490.571.25-
YUV15.36135.7119.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.88%
GREEN value IS 19 (7.81% from 255) = 37.25%
BLUE value IS 29 (11.72% from 255) = 56.86%
R=5.88%
G=37.25%
B=56.86%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal319290.900.3400.89203.0881.256.27
Hex3131D5A22059cb516
Octal323351324201313131216
Binary111001111101101101010001001011001110010111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03131D; }

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

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

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

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

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

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

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

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