#011026

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

Shades of Black Pearl #011026

Tints of Black Pearl #011026

Color information

#011026 (or 0x011026) is unknown color: approx Black Pearl. HEX triplet: 01, 10 and 26. RGB value is (1,16,38). Sum of RGB (Red+Green+Blue) = 1+16+38=55 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.82% from 55); Green value is 16 (6.64% from 255 or 29.09% from 55); Blue value is 38 (15.23% from 255 or 69.09% from 55); Max value from RGB is 38 - color contains mainly: blue. Hex color #011026 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011026 is #FEEFD9. Grayscale: #0D0D0D. Windows color (decimal): -16707546 or 2494465. OLE color: 2494465.

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

Color convert

RGB11638-
CMYK0.970.5800.85
HSL215.68º94.87%7.65%-
HSV(B)215.68º97.37%14.9%-
XYZ0.550.521.9-
YUV14.02141.53118.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.82%
GREEN value IS 16 (6.64% from 255) = 29.09%
BLUE value IS 38 (15.23% from 255) = 69.09%
R=1.82%
G=29.09%
B=69.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal116380.970.5800.85215.6894.877.65
Hex11026613A055d85f8
Octal1204614172012533013710
Binary1100001001101100001111010010101011101100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011026; }

 p { color: rgb(1,16,38); }

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

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

 a { background-color: rgb(1,16,38); }

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

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

 span { border-color: rgb(1,16,38); }

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