#19232C

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

Shades of Black Pearl #19232C

Tints of Black Pearl #19232C

Color information

#19232C (or 0x19232C) is unknown color: approx Black Pearl. HEX triplet: 19, 23 and 2C. RGB value is (25,35,44). Sum of RGB (Red+Green+Blue) = 25+35+44=104 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.04% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 44 (17.58% from 255 or 42.31% from 104); Max value from RGB is 44 - color contains mainly: blue. Hex color #19232C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19232C is #E6DCD3. Grayscale: #202020. Windows color (decimal): -15129812 or 2892569. OLE color: 2892569.

HSL color Cylindrical-coordinate representation of color #19232C: hue angle of 208.42º 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 #19232C is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB253544-
CMYK0.430.2000.83
HSL208.42º27.54%13.53%-
HSV(B)208.42º43.18%17.25%-
XYZ1.461.592.61-
YUV33.04134.19122.27-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 24.04%
GREEN value IS 35 (14.06% from 255) = 33.65%
BLUE value IS 44 (17.58% from 255) = 42.31%
R=24.04%
G=33.65%
B=42.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2535440.430.2000.83208.4227.5413.53
Hex19232C2B14053d01ce
Octal314354532401233203416
Binary11001100011101100101011101000101001111010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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