#011024

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

Shades of Black Pearl #011024

Tints of Black Pearl #011024

Color information

#011024 (or 0x011024) is unknown color: approx Black Pearl. HEX triplet: 01, 10 and 24. RGB value is (1,16,36). Sum of RGB (Red+Green+Blue) = 1+16+36=53 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.89% from 53); Green value is 16 (6.64% from 255 or 30.19% from 53); Blue value is 36 (14.45% from 255 or 67.92% from 53); Max value from RGB is 36 - color contains mainly: blue. Hex color #011024 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011024 is #FEEFDB. Grayscale: #0D0D0D. Windows color (decimal): -16707548 or 2363393. OLE color: 2363393.

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

Color convert

RGB11636-
CMYK0.970.5600.86
HSL214.29º94.59%7.25%-
HSV(B)214.29º97.22%14.12%-
XYZ0.520.51.74-
YUV13.79140.53118.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.89%
GREEN value IS 16 (6.64% from 255) = 30.19%
BLUE value IS 36 (14.45% from 255) = 67.92%
R=1.89%
G=30.19%
B=67.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal116360.970.5600.86214.2994.597.25
Hex110246138056d65f7
Octal120441417001263261377
Binary110000100100110000111100001010110110101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011024; }

 p { color: rgb(1,16,36); }

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

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

 a { background-color: rgb(1,16,36); }

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

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

 span { border-color: rgb(1,16,36); }

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