#00191C

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

Shades of Black Pearl #00191C

Tints of Black Pearl #00191C

Color information

#00191C (or 0x00191C) is unknown color: approx Black Pearl. HEX triplet: 00, 19 and 1C. RGB value is (0,25,28). Sum of RGB (Red+Green+Blue) = 0+25+28=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 25 (10.16% from 255 or 47.17% from 53); Blue value is 28 (11.33% from 255 or 52.83% from 53); Max value from RGB is 28 - color contains mainly: blue. Hex color #00191C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00191C is #FFE6E3. Grayscale: #111111. Windows color (decimal): -16770788 or 1841408. OLE color: 1841408.

HSL color Cylindrical-coordinate representation of color #00191C: hue angle of 186.43º 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 #00191C is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB02528-
CMYK10.1100.89
HSL186.43º100%5.49%-
HSV(B)186.43º100%10.98%-
XYZ0.560.781.22-
YUV17.87133.72115.26-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 25 (10.16% from 255) = 47.17%
BLUE value IS 28 (11.33% from 255) = 52.83%
R=0%
G=47.17%
B=52.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal0252810.1100.89186.431005.49
Hex0191C64B059ba645
Octal031341441301312721445
Binary011001111001100100101101011001101110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00191C; }

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

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

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

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

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

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

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

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