#011924

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

Shades of Black Pearl #011924

Tints of Black Pearl #011924

Color information

#011924 (or 0x011924) is unknown color: approx Black Pearl. HEX triplet: 01, 19 and 24. RGB value is (1,25,36). Sum of RGB (Red+Green+Blue) = 1+25+36=62 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.61% from 62); Green value is 25 (10.16% from 255 or 40.32% from 62); Blue value is 36 (14.45% from 255 or 58.06% from 62); Max value from RGB is 36 - color contains mainly: blue. Hex color #011924 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011924 is #FEE6DB. Grayscale: #131313. Windows color (decimal): -16705244 or 2365697. OLE color: 2365697.

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

Color convert

RGB12536-
CMYK0.970.3100.86
HSL198.86º94.59%7.25%-
HSV(B)198.86º97.22%14.12%-
XYZ0.680.831.79-
YUV19.08137.55115.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.61%
GREEN value IS 25 (10.16% from 255) = 40.32%
BLUE value IS 36 (14.45% from 255) = 58.06%
R=1.61%
G=40.32%
B=58.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal125360.970.3100.86198.8694.597.25
Hex11924611F056c75f7
Octal131441413701263071377
Binary11100110010011000011111101010110110001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011924; }

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

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

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

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

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

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

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

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