#03131E

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

Shades of Black Pearl #03131E

Tints of Black Pearl #03131E

Color information

#03131E (or 0x03131E) is unknown color: approx Black Pearl. HEX triplet: 03, 13 and 1E. RGB value is (3,19,30). Sum of RGB (Red+Green+Blue) = 3+19+30=52 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.77% from 52); Green value is 19 (7.81% from 255 or 36.54% from 52); Blue value is 30 (12.11% from 255 or 57.69% from 52); Max value from RGB is 30 - color contains mainly: blue. Hex color #03131E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03131E is #FCECE1. Grayscale: #0F0F0F. Windows color (decimal): -16575714 or 1970947. OLE color: 1970947.

HSL color Cylindrical-coordinate representation of color #03131E: hue angle of 204.44º 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 #03131E is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB31930-
CMYK0.900.3700.88
HSL204.44º81.82%6.47%-
HSV(B)204.44º90%11.76%-
XYZ0.50.581.31-
YUV15.47136.2119.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.77%
GREEN value IS 19 (7.81% from 255) = 36.54%
BLUE value IS 30 (12.11% from 255) = 57.69%
R=5.77%
G=36.54%
B=57.69%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal319300.900.3700.88204.4481.826.47
Hex3131E5A25058cc526
Octal323361324501303141226
Binary111001111110101101010010101011000110011001010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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