#03131A

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

Shades of Black Pearl #03131A

Tints of Black Pearl #03131A

Color information

#03131A (or 0x03131A) is unknown color: approx Black Pearl. HEX triplet: 03, 13 and 1A. RGB value is (3,19,26). Sum of RGB (Red+Green+Blue) = 3+19+26=48 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.25% from 48); Green value is 19 (7.81% from 255 or 39.58% from 48); Blue value is 26 (10.55% from 255 or 54.17% from 48); Max value from RGB is 26 - color contains mainly: blue. Hex color #03131A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03131A is #FCECE5. Grayscale: #0E0E0E. Windows color (decimal): -16575718 or 1708803. OLE color: 1708803.

HSL color Cylindrical-coordinate representation of color #03131A: hue angle of 198.26º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #03131A is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB31926-
CMYK0.880.2700.90
HSL198.26º79.31%5.69%-
HSV(B)198.26º88.46%10.2%-
XYZ0.460.561.06-
YUV15.01134.2119.43-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.25%
GREEN value IS 19 (7.81% from 255) = 39.58%
BLUE value IS 26 (10.55% from 255) = 54.17%
R=6.25%
G=39.58%
B=54.17%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal319260.880.2700.90198.2679.315.69
Hex3131A581B05Ac64f6
Octal323321303301323061176
Binary11100111101010110001101101011010110001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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