#011224

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

Shades of Black Pearl #011224

Tints of Black Pearl #011224

Color information

#011224 (or 0x011224) is unknown color: approx Black Pearl. HEX triplet: 01, 12 and 24. RGB value is (1,18,36). Sum of RGB (Red+Green+Blue) = 1+18+36=55 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.82% from 55); Green value is 18 (7.42% from 255 or 32.73% from 55); Blue value is 36 (14.45% from 255 or 65.45% from 55); Max value from RGB is 36 - color contains mainly: blue. Hex color #011224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011224 is #FEEDDB. Grayscale: #0E0E0E. Windows color (decimal): -16707036 or 2363905. OLE color: 2363905.

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

Color convert

RGB11836-
CMYK0.970.500.86
HSL210.86º94.59%7.25%-
HSV(B)210.86º97.22%14.12%-
XYZ0.550.571.75-
YUV14.97139.87118.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.82%
GREEN value IS 18 (7.42% from 255) = 32.73%
BLUE value IS 36 (14.45% from 255) = 65.45%
R=1.82%
G=32.73%
B=65.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal118360.970.500.86210.8694.597.25
Hex112246132056d35f7
Octal122441416201263231377
Binary110010100100110000111001001010110110100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011224; }

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

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

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

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

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

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

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

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