#19292E

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

Shades of Black Pearl #19292E

Tints of Black Pearl #19292E

Color information

#19292E (or 0x19292E) is unknown color: approx Black Pearl. HEX triplet: 19, 29 and 2E. RGB value is (25,41,46). Sum of RGB (Red+Green+Blue) = 25+41+46=112 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.32% from 112); Green value is 41 (16.41% from 255 or 36.61% from 112); Blue value is 46 (18.36% from 255 or 41.07% from 112); Max value from RGB is 46 - color contains mainly: blue. Hex color #19292E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19292E is #E6D6D1. Grayscale: #242424. Windows color (decimal): -15128274 or 3025177. OLE color: 3025177.

HSL color Cylindrical-coordinate representation of color #19292E: hue angle of 194.29º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #19292E is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB254146-
CMYK0.460.1100.82
HSL194.29º29.58%13.92%-
HSV(B)194.29º45.65%18.04%-
XYZ1.691.992.88-
YUV36.79133.2119.59-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.32%
GREEN value IS 41 (16.41% from 255) = 36.61%
BLUE value IS 46 (18.36% from 255) = 41.07%
R=22.32%
G=36.61%
B=41.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2541460.460.1100.82194.2929.5813.92
Hex19292E2EB052c21ee
Octal315156561301223023616
Binary1100110100110111010111010110101001011000010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19292E; }

 p { color: rgb(25,41,46); }

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

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

 a { background-color: rgb(25,41,46); }

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

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

 span { border-color: rgb(25,41,46); }

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