#19242C

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

Shades of Black Pearl #19242C

Tints of Black Pearl #19242C

Color information

#19242C (or 0x19242C) is unknown color: approx Black Pearl. HEX triplet: 19, 24 and 2C. RGB value is (25,36,44). Sum of RGB (Red+Green+Blue) = 25+36+44=105 (13% of max value = 765). Red value is 25 (10.16% from 255 or 23.81% from 105); Green value is 36 (14.45% from 255 or 34.29% from 105); Blue value is 44 (17.58% from 255 or 41.90% from 105); Max value from RGB is 44 - color contains mainly: blue. Hex color #19242C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19242C is #E6DBD3. Grayscale: #212121. Windows color (decimal): -15129556 or 2892825. OLE color: 2892825.

HSL color Cylindrical-coordinate representation of color #19242C: hue angle of 205.26º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #19242C is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB253644-
CMYK0.430.1800.83
HSL205.26º27.54%13.53%-
HSV(B)205.26º43.18%17.25%-
XYZ1.491.652.62-
YUV33.62133.86121.85-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.81%
GREEN value IS 36 (14.45% from 255) = 34.29%
BLUE value IS 44 (17.58% from 255) = 41.90%
R=23.81%
G=34.29%
B=41.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2536440.430.1800.83205.2627.5413.53
Hex19242C2B12053cd1ce
Octal314454532201233153416
Binary11001100100101100101011100100101001111001101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,36,44); }

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

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

 a { background-color: rgb(25,36,44); }

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

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

 span { border-color: rgb(25,36,44); }

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