#03152C

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

Shades of Black Pearl #03152C

Tints of Black Pearl #03152C

Color information

#03152C (or 0x03152C) is unknown color: approx Black Pearl. HEX triplet: 03, 15 and 2C. RGB value is (3,21,44). Sum of RGB (Red+Green+Blue) = 3+21+44=68 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.41% from 68); Green value is 21 (8.59% from 255 or 30.88% from 68); Blue value is 44 (17.58% from 255 or 64.71% from 68); Max value from RGB is 44 - color contains mainly: blue. Hex color #03152C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03152C is #FCEAD3. Grayscale: #121212. Windows color (decimal): -16575188 or 2888963. OLE color: 2888963.

HSL color Cylindrical-coordinate representation of color #03152C: hue angle of 213.66º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03152C is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB32144-
CMYK0.930.5200.83
HSL213.66º87.23%9.22%-
HSV(B)213.66º93.18%17.25%-
XYZ0.760.742.49-
YUV18.24142.54117.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.41%
GREEN value IS 21 (8.59% from 255) = 30.88%
BLUE value IS 44 (17.58% from 255) = 64.71%
R=4.41%
G=30.88%
B=64.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal321440.930.5200.83213.6687.239.22
Hex3152C5D34053d6579
Octal3255413564012332612711
Binary11101011011001011101110100010100111101011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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