#001523

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

Shades of Black Pearl #001523

Tints of Black Pearl #001523

Color information

#001523 (or 0x001523) is unknown color: approx Black Pearl. HEX triplet: 00, 15 and 23. RGB value is (0,21,35). Sum of RGB (Red+Green+Blue) = 0+21+35=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 21 (8.59% from 255 or 37.5% from 56); Blue value is 35 (14.06% from 255 or 62.5% from 56); Max value from RGB is 35 - color contains mainly: blue. Hex color #001523 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001523 is #FFEADC. Grayscale: #101010. Windows color (decimal): -16771805 or 2299136. OLE color: 2299136.

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

Color convert

RGB02135-
CMYK10.4000.86
HSL204º100%6.86%-
HSV(B)204º100%13.73%-
XYZ0.570.661.69-
YUV16.32138.54116.36-

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) = 37.5%
BLUE value IS 35 (14.06% from 255) = 62.5%
R=0%
G=37.5%
B=62.5%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal0213510.4000.862041006.86
Hex015236428056cc647
Octal025431445001263141447
Binary010101100011110010010100001010110110011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001523; }

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

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

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

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

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

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

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

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