#03151D

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

Shades of Black Pearl #03151D

Tints of Black Pearl #03151D

Color information

#03151D (or 0x03151D) is unknown color: approx Black Pearl. HEX triplet: 03, 15 and 1D. RGB value is (3,21,29). Sum of RGB (Red+Green+Blue) = 3+21+29=53 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.66% from 53); Green value is 21 (8.59% from 255 or 39.62% from 53); Blue value is 29 (11.72% from 255 or 54.72% from 53); Max value from RGB is 29 - color contains mainly: blue. Hex color #03151D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03151D is #FCEAE2. Grayscale: #101010. Windows color (decimal): -16575203 or 1905923. OLE color: 1905923.

HSL color Cylindrical-coordinate representation of color #03151D: hue angle of 198.46º 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 #03151D is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB32129-
CMYK0.900.2800.89
HSL198.46º81.25%6.27%-
HSV(B)198.46º89.66%11.37%-
XYZ0.530.641.26-
YUV16.53135.04118.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.66%
GREEN value IS 21 (8.59% from 255) = 39.62%
BLUE value IS 29 (11.72% from 255) = 54.72%
R=5.66%
G=39.62%
B=54.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal321290.900.2800.89198.4681.256.27
Hex3151D5A1C059c6516
Octal325351323401313061216
Binary11101011110110110101110001011001110001101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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