#03131C

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

Shades of Black Pearl #03131C

Tints of Black Pearl #03131C

Color information

#03131C (or 0x03131C) is unknown color: approx Black Pearl. HEX triplet: 03, 13 and 1C. RGB value is (3,19,28). Sum of RGB (Red+Green+Blue) = 3+19+28=50 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6% from 50); Green value is 19 (7.81% from 255 or 38% from 50); Blue value is 28 (11.33% from 255 or 56% from 50); Max value from RGB is 28 - color contains mainly: blue. Hex color #03131C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03131C is #FCECE3. Grayscale: #0F0F0F. Windows color (decimal): -16575716 or 1839875. OLE color: 1839875.

HSL color Cylindrical-coordinate representation of color #03131C: hue angle of 201.6º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #03131C is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB31928-
CMYK0.890.3200.89
HSL201.6º80.65%6.08%-
HSV(B)201.6º89.29%10.98%-
XYZ0.480.571.18-
YUV15.24135.2119.27-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6%
GREEN value IS 19 (7.81% from 255) = 38%
BLUE value IS 28 (11.33% from 255) = 56%
R=6%
G=38%
B=56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal319280.890.3200.89201.680.656.08
Hex3131C5920059ca516
Octal323341314001313121216
Binary111001111100101100110000001011001110010101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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