#031526

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

Shades of Black Pearl #031526

Tints of Black Pearl #031526

Color information

#031526 (or 0x031526) is unknown color: approx Black Pearl. HEX triplet: 03, 15 and 26. RGB value is (3,21,38). Sum of RGB (Red+Green+Blue) = 3+21+38=62 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.84% from 62); Green value is 21 (8.59% from 255 or 33.87% from 62); Blue value is 38 (15.23% from 255 or 61.29% from 62); Max value from RGB is 38 - color contains mainly: blue. Hex color #031526 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031526 is #FCEAD9. Grayscale: #111111. Windows color (decimal): -16575194 or 2495747. OLE color: 2495747.

HSL color Cylindrical-coordinate representation of color #031526: hue angle of 209.14º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #031526 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB32138-
CMYK0.920.4500.85
HSL209.14º85.37%8.04%-
HSV(B)209.14º92.11%14.9%-
XYZ0.660.71.93-
YUV17.56139.54117.62-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.84%
GREEN value IS 21 (8.59% from 255) = 33.87%
BLUE value IS 38 (15.23% from 255) = 61.29%
R=4.84%
G=33.87%
B=61.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal321380.920.4500.85209.1485.378.04
Hex315265C2D055d1558
Octal3254613455012532112510
Binary11101011001101011100101101010101011101000110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031526; }

 p { color: rgb(3,21,38); }

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

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

 a { background-color: rgb(3,21,38); }

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

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

 span { border-color: rgb(3,21,38); }

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