#001526

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

Shades of Black Pearl #001526

Tints of Black Pearl #001526

Color information

#001526 (or 0x001526) is unknown color: approx Black Pearl. HEX triplet: 00, 15 and 26. RGB value is (0,21,38). Sum of RGB (Red+Green+Blue) = 0+21+38=59 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 59); Green value is 21 (8.59% from 255 or 35.59% from 59); Blue value is 38 (15.23% from 255 or 64.41% from 59); Max value from RGB is 38 - color contains mainly: blue. Hex color #001526 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001526 is #FFEAD9. Grayscale: #101010. Windows color (decimal): -16771802 or 2495744. OLE color: 2495744.

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

Color convert

RGB02138-
CMYK10.4500.85
HSL206.84º100%7.45%-
HSV(B)206.84º100%14.9%-
XYZ0.620.681.93-
YUV16.66140.04116.12-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 21 (8.59% from 255) = 35.59%
BLUE value IS 38 (15.23% from 255) = 64.41%
R=0%
G=35.59%
B=64.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal0213810.4500.85206.841007.45
Hex01526642D055cf647
Octal025461445501253171447
Binary010101100110110010010110101010101110011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001526; }

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

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

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

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

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

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

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

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