#031126

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

Shades of Black Pearl #031126

Tints of Black Pearl #031126

Color information

#031126 (or 0x031126) is unknown color: approx Black Pearl. HEX triplet: 03, 11 and 26. RGB value is (3,17,38). Sum of RGB (Red+Green+Blue) = 3+17+38=58 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.17% from 58); Green value is 17 (7.03% from 255 or 29.31% from 58); Blue value is 38 (15.23% from 255 or 65.52% from 58); Max value from RGB is 38 - color contains mainly: blue. Hex color #031126 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031126 is #FCEED9. Grayscale: #0F0F0F. Windows color (decimal): -16576218 or 2494723. OLE color: 2494723.

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

Color convert

RGB31738-
CMYK0.920.5500.85
HSL216º85.37%8.04%-
HSV(B)216º92.11%14.9%-
XYZ0.590.561.91-
YUV15.21140.86119.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.17%
GREEN value IS 17 (7.03% from 255) = 29.31%
BLUE value IS 38 (15.23% from 255) = 65.52%
R=5.17%
G=29.31%
B=65.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal317380.920.5500.8521685.378.04
Hex311265C37055d8558
Octal3214613467012533012510
Binary11100011001101011100110111010101011101100010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031126; }

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

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

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

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

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

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

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

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