#031323

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

Shades of Black Pearl #031323

Tints of Black Pearl #031323

Color information

#031323 (or 0x031323) is unknown color: approx Black Pearl. HEX triplet: 03, 13 and 23. RGB value is (3,19,35). Sum of RGB (Red+Green+Blue) = 3+19+35=57 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.26% from 57); Green value is 19 (7.81% from 255 or 33.33% from 57); Blue value is 35 (14.06% from 255 or 61.40% from 57); Max value from RGB is 35 - color contains mainly: blue. Hex color #031323 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031323 is #FCECDC. Grayscale: #0F0F0F. Windows color (decimal): -16575709 or 2298627. OLE color: 2298627.

HSL color Cylindrical-coordinate representation of color #031323: hue angle of 210º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #031323 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB31935-
CMYK0.910.4600.86
HSL210º84.21%7.45%-
HSV(B)210º91.43%13.73%-
XYZ0.570.611.68-
YUV16.04138.7118.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.26%
GREEN value IS 19 (7.81% from 255) = 33.33%
BLUE value IS 35 (14.06% from 255) = 61.40%
R=5.26%
G=33.33%
B=61.40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal319350.910.4600.8621084.217.45
Hex313235B2E056d2547
Octal323431335601263221247
Binary1110011100011101101110111001010110110100101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031323; }

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

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

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

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

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

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

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

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