#011824

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

Shades of Black Pearl #011824

Tints of Black Pearl #011824

Color information

#011824 (or 0x011824) is unknown color: approx Black Pearl. HEX triplet: 01, 18 and 24. RGB value is (1,24,36). Sum of RGB (Red+Green+Blue) = 1+24+36=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 24 (9.77% from 255 or 39.34% from 61); Blue value is 36 (14.45% from 255 or 59.02% from 61); Max value from RGB is 36 - color contains mainly: blue. Hex color #011824 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011824 is #FEE7DB. Grayscale: #121212. Windows color (decimal): -16705500 or 2365441. OLE color: 2365441.

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

Color convert

RGB12436-
CMYK0.970.3300.86
HSL200.57º94.59%7.25%-
HSV(B)200.57º97.22%14.12%-
XYZ0.660.791.79-
YUV18.49137.88115.52-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.64%
GREEN value IS 24 (9.77% from 255) = 39.34%
BLUE value IS 36 (14.45% from 255) = 59.02%
R=1.64%
G=39.34%
B=59.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal124360.970.3300.86200.5794.597.25
Hex118246121056c95f7
Octal130441414101263111377
Binary111000100100110000110000101010110110010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011824; }

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

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

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

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

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

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

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

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