#001A1C

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

Shades of Black Pearl #001A1C

Tints of Black Pearl #001A1C

Color information

#001A1C (or 0x001A1C) is unknown color: approx Black Pearl. HEX triplet: 00, 1A and 1C. RGB value is (0,26,28). Sum of RGB (Red+Green+Blue) = 0+26+28=54 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 54); Green value is 26 (10.55% from 255 or 48.15% from 54); Blue value is 28 (11.33% from 255 or 51.85% from 54); Max value from RGB is 28 - color contains mainly: blue. Hex color #001A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A1C is #FFE5E3. Grayscale: #121212. Windows color (decimal): -16770532 or 1841664. OLE color: 1841664.

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

Color convert

RGB02628-
CMYK10.0700.89
HSL184.29º100%5.49%-
HSV(B)184.29º100%10.98%-
XYZ0.580.821.23-
YUV18.45133.39114.84-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 26 (10.55% from 255) = 48.15%
BLUE value IS 28 (11.33% from 255) = 51.85%
R=0%
G=48.15%
B=51.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal0262810.0700.89184.291005.49
Hex01A1C647059b8645
Octal03234144701312701445
Binary01101011100110010011101011001101110001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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