#031426

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

Shades of Black Pearl #031426

Tints of Black Pearl #031426

Color information

#031426 (or 0x031426) is unknown color: approx Black Pearl. HEX triplet: 03, 14 and 26. RGB value is (3,20,38). Sum of RGB (Red+Green+Blue) = 3+20+38=61 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.92% from 61); Green value is 20 (8.20% from 255 or 32.79% from 61); Blue value is 38 (15.23% from 255 or 62.30% from 61); Max value from RGB is 38 - color contains mainly: blue. Hex color #031426 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031426 is #FCEBD9. Grayscale: #101010. Windows color (decimal): -16575450 or 2495491. OLE color: 2495491.

HSL color Cylindrical-coordinate representation of color #031426: hue angle of 210.86º 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 #031426 is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB32038-
CMYK0.920.4700.85
HSL210.86º85.37%8.04%-
HSV(B)210.86º92.11%14.9%-
XYZ0.640.661.93-
YUV16.97139.87118.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.92%
GREEN value IS 20 (8.20% from 255) = 32.79%
BLUE value IS 38 (15.23% from 255) = 62.30%
R=4.92%
G=32.79%
B=62.30%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal320380.920.4700.85210.8685.378.04
Hex314265C2F055d3558
Octal3244613457012532312510
Binary11101001001101011100101111010101011101001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031426; }

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

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

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

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

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

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

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

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