#001528

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

Shades of Black Pearl #001528

Tints of Black Pearl #001528

Color information

#001528 (or 0x001528) is unknown color: approx Black Pearl. HEX triplet: 00, 15 and 28. RGB value is (0,21,40). Sum of RGB (Red+Green+Blue) = 0+21+40=61 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 61); Green value is 21 (8.59% from 255 or 34.43% from 61); Blue value is 40 (16.02% from 255 or 65.57% from 61); Max value from RGB is 40 - color contains mainly: blue. Hex color #001528 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001528 is #FFEAD7. Grayscale: #101010. Windows color (decimal): -16771800 or 2626816. OLE color: 2626816.

HSL color Cylindrical-coordinate representation of color #001528: hue angle of 208.5º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001528 is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB02140-
CMYK10.4800.84
HSL208.5º100%7.84%-
HSV(B)208.5º100%15.69%-
XYZ0.650.692.11-
YUV16.89141.04115.96-

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) = 34.43%
BLUE value IS 40 (16.02% from 255) = 65.57%
R=0%
G=34.43%
B=65.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal0214010.4800.84208.51007.84
Hex015286430054d0648
Octal0255014460012432014410
Binary0101011010001100100110000010101001101000011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001528; }

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

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

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

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

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

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

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

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