#011A24

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

Shades of Black Pearl #011A24

Tints of Black Pearl #011A24

Color information

#011A24 (or 0x011A24) is unknown color: approx Black Pearl. HEX triplet: 01, 1A and 24. RGB value is (1,26,36). Sum of RGB (Red+Green+Blue) = 1+26+36=63 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.59% from 63); Green value is 26 (10.55% from 255 or 41.27% from 63); Blue value is 36 (14.45% from 255 or 57.14% from 63); Max value from RGB is 36 - color contains mainly: blue. Hex color #011A24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011A24 is #FEE5DB. Grayscale: #131313. Windows color (decimal): -16704988 or 2365953. OLE color: 2365953.

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

Color convert

RGB12636-
CMYK0.970.2800.86
HSL197.14º94.59%7.25%-
HSV(B)197.14º97.22%14.12%-
XYZ0.70.871.8-
YUV19.66137.22114.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.59%
GREEN value IS 26 (10.55% from 255) = 41.27%
BLUE value IS 36 (14.45% from 255) = 57.14%
R=1.59%
G=41.27%
B=57.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal126360.970.2800.86197.1494.597.25
Hex11A24611C056c55f7
Octal132441413401263051377
Binary11101010010011000011110001010110110001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011A24; }

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

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

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

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

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

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

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

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