#011A1C

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

Shades of Black Pearl #011A1C

Tints of Black Pearl #011A1C

Color information

#011A1C (or 0x011A1C) is unknown color: approx Black Pearl. HEX triplet: 01, 1A and 1C. RGB value is (1,26,28). Sum of RGB (Red+Green+Blue) = 1+26+28=55 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.82% from 55); Green value is 26 (10.55% from 255 or 47.27% from 55); Blue value is 28 (11.33% from 255 or 50.91% from 55); Max value from RGB is 28 - color contains mainly: blue. Hex color #011A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011A1C is #FEE5E3. Grayscale: #121212. Windows color (decimal): -16704996 or 1841665. OLE color: 1841665.

HSL color Cylindrical-coordinate representation of color #011A1C: hue angle of 184.44º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011A1C is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB12628-
CMYK0.960.0700.89
HSL184.44º93.1%5.69%-
HSV(B)184.44º96.43%10.98%-
XYZ0.590.831.23-
YUV18.75133.22115.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.82%
GREEN value IS 26 (10.55% from 255) = 47.27%
BLUE value IS 28 (11.33% from 255) = 50.91%
R=1.82%
G=47.27%
B=50.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal126280.960.0700.89184.4493.15.69
Hex11A1C607059b85d6
Octal13234140701312701356
Binary11101011100110000011101011001101110001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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