#001126

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

Shades of Black Pearl #001126

Tints of Black Pearl #001126

Color information

#001126 (or 0x001126) is unknown color: approx Black Pearl. HEX triplet: 00, 11 and 26. RGB value is (0,17,38). Sum of RGB (Red+Green+Blue) = 0+17+38=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 17 (7.03% from 255 or 30.91% 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 #001126 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001126 is #FFEED9. Grayscale: #0E0E0E. Windows color (decimal): -16772826 or 2494720. OLE color: 2494720.

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

Color convert

RGB01738-
CMYK10.5500.85
HSL213.16º100%7.45%-
HSV(B)213.16º100%14.9%-
XYZ0.550.541.91-
YUV14.31141.37117.79-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 17 (7.03% from 255) = 30.91%
BLUE value IS 38 (15.23% from 255) = 69.09%
R=0%
G=30.91%
B=69.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal0173810.5500.85213.161007.45
Hex011266437055d5647
Octal021461446701253251447
Binary010001100110110010011011101010101110101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001126; }

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

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

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

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

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

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

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

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