#011324

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

Shades of Black Pearl #011324

Tints of Black Pearl #011324

Color information

#011324 (or 0x011324) is unknown color: approx Black Pearl. HEX triplet: 01, 13 and 24. RGB value is (1,19,36). Sum of RGB (Red+Green+Blue) = 1+19+36=56 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.79% from 56); Green value is 19 (7.81% from 255 or 33.93% from 56); Blue value is 36 (14.45% from 255 or 64.29% from 56); Max value from RGB is 36 - color contains mainly: blue. Hex color #011324 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011324 is #FEECDB. Grayscale: #0F0F0F. Windows color (decimal): -16706780 or 2364161. OLE color: 2364161.

HSL color Cylindrical-coordinate representation of color #011324: hue angle of 209.14º 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 #011324 is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB11936-
CMYK0.970.4700.86
HSL209.14º94.59%7.25%-
HSV(B)209.14º97.22%14.12%-
XYZ0.560.61.76-
YUV15.56139.54117.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.79%
GREEN value IS 19 (7.81% from 255) = 33.93%
BLUE value IS 36 (14.45% from 255) = 64.29%
R=1.79%
G=33.93%
B=64.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal119360.970.4700.86209.1494.597.25
Hex11324612F056d15f7
Octal123441415701263211377
Binary110011100100110000110111101010110110100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011324; }

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

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

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

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

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

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

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

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