#03151E

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

Shades of Black Pearl #03151E

Tints of Black Pearl #03151E

Color information

#03151E (or 0x03151E) is unknown color: approx Black Pearl. HEX triplet: 03, 15 and 1E. RGB value is (3,21,30). Sum of RGB (Red+Green+Blue) = 3+21+30=54 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.56% from 54); Green value is 21 (8.59% from 255 or 38.89% from 54); Blue value is 30 (12.11% from 255 or 55.56% from 54); Max value from RGB is 30 - color contains mainly: blue. Hex color #03151E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03151E is #FCEAE1. Grayscale: #101010. Windows color (decimal): -16575202 or 1971459. OLE color: 1971459.

HSL color Cylindrical-coordinate representation of color #03151E: hue angle of 200º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #03151E is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB32130-
CMYK0.900.3000.88
HSL200º81.82%6.47%-
HSV(B)200º90%11.76%-
XYZ0.540.651.33-
YUV16.64135.54118.27-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.56%
GREEN value IS 21 (8.59% from 255) = 38.89%
BLUE value IS 30 (12.11% from 255) = 55.56%
R=5.56%
G=38.89%
B=55.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal321300.900.3000.8820081.826.47
Hex3151E5A1E058c8526
Octal325361323601303101226
Binary11101011111010110101111001011000110010001010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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