#031328

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

Shades of Black Pearl #031328

Tints of Black Pearl #031328

Color information

#031328 (or 0x031328) is unknown color: approx Black Pearl. HEX triplet: 03, 13 and 28. RGB value is (3,19,40). Sum of RGB (Red+Green+Blue) = 3+19+40=62 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.84% from 62); Green value is 19 (7.81% from 255 or 30.65% from 62); Blue value is 40 (16.02% from 255 or 64.52% from 62); Max value from RGB is 40 - color contains mainly: blue. Hex color #031328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031328 is #FCECD7. Grayscale: #101010. Windows color (decimal): -16575704 or 2626307. OLE color: 2626307.

HSL color Cylindrical-coordinate representation of color #031328: hue angle of 214.05º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #031328 is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB31940-
CMYK0.930.5200.84
HSL214.05º86.05%8.43%-
HSV(B)214.05º92.5%15.69%-
XYZ0.650.642.1-
YUV16.61141.2118.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.84%
GREEN value IS 19 (7.81% from 255) = 30.65%
BLUE value IS 40 (16.02% from 255) = 64.52%
R=4.84%
G=30.65%
B=64.52%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal319400.930.5200.84214.0586.058.43
Hex313285D34054d6568
Octal3235013564012432612610
Binary11100111010001011101110100010101001101011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031328; }

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

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

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

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

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

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

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

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