#011126

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

Shades of Black Pearl #011126

Tints of Black Pearl #011126

Color information

#011126 (or 0x011126) is unknown color: approx Black Pearl. HEX triplet: 01, 11 and 26. RGB value is (1,17,38). Sum of RGB (Red+Green+Blue) = 1+17+38=56 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.79% from 56); Green value is 17 (7.03% from 255 or 30.36% from 56); Blue value is 38 (15.23% from 255 or 67.86% from 56); Max value from RGB is 38 - color contains mainly: blue. Hex color #011126 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011126 is #FEEED9. Grayscale: #0E0E0E. Windows color (decimal): -16707290 or 2494721. OLE color: 2494721.

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

Color convert

RGB11738-
CMYK0.970.5500.85
HSL214.05º94.87%7.65%-
HSV(B)214.05º97.37%14.9%-
XYZ0.560.551.91-
YUV14.61141.2118.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.79%
GREEN value IS 17 (7.03% from 255) = 30.36%
BLUE value IS 38 (15.23% from 255) = 67.86%
R=1.79%
G=30.36%
B=67.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal117380.970.5500.85214.0594.877.65
Hex111266137055d65f8
Octal1214614167012532613710
Binary1100011001101100001110111010101011101011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011126; }

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

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

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

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

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

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

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

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