#03152F

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

Shades of Black Pearl #03152F

Tints of Black Pearl #03152F

Color information

#03152F (or 0x03152F) is unknown color: approx Black Pearl. HEX triplet: 03, 15 and 2F. RGB value is (3,21,47). Sum of RGB (Red+Green+Blue) = 3+21+47=71 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.23% from 71); Green value is 21 (8.59% from 255 or 29.58% from 71); Blue value is 47 (18.75% from 255 or 66.20% from 71); Max value from RGB is 47 - color contains mainly: blue. Hex color #03152F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03152F is #FCEAD0. Grayscale: #121212. Windows color (decimal): -16575185 or 3085571. OLE color: 3085571.

HSL color Cylindrical-coordinate representation of color #03152F: hue angle of 215.45º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03152F is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB32147-
CMYK0.940.5500.82
HSL215.45º88%9.8%-
HSV(B)215.45º93.62%18.43%-
XYZ0.820.762.79-
YUV18.58144.04116.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.23%
GREEN value IS 21 (8.59% from 255) = 29.58%
BLUE value IS 47 (18.75% from 255) = 66.20%
R=4.23%
G=29.58%
B=66.20%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal321470.940.5500.82215.45889.8
Hex3152F5E37052d758a
Octal3255713667012232713012
Binary11101011011111011110110111010100101101011110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03152F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03152F; }

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

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

<style>
 a { background-color: #03152F; }

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

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

<style>
 span { border-color: #03152F; }

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

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