#19272C

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

Shades of Black Pearl #19272C

Tints of Black Pearl #19272C

Color information

#19272C (or 0x19272C) is unknown color: approx Black Pearl. HEX triplet: 19, 27 and 2C. RGB value is (25,39,44). Sum of RGB (Red+Green+Blue) = 25+39+44=108 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.15% from 108); Green value is 39 (15.62% from 255 or 36.11% from 108); Blue value is 44 (17.58% from 255 or 40.74% from 108); Max value from RGB is 44 - color contains mainly: blue. Hex color #19272C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19272C is #E6D8D3. Grayscale: #232323. Windows color (decimal): -15128788 or 2893593. OLE color: 2893593.

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

Color convert

RGB253944-
CMYK0.430.1100.83
HSL195.79º27.54%13.53%-
HSV(B)195.79º43.18%17.25%-
XYZ1.581.842.65-
YUV35.38132.86120.59-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.15%
GREEN value IS 39 (15.62% from 255) = 36.11%
BLUE value IS 44 (17.58% from 255) = 40.74%
R=23.15%
G=36.11%
B=40.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2539440.430.1100.83195.7927.5413.53
Hex19272C2BB053c41ce
Octal314754531301233043416
Binary1100110011110110010101110110101001111000100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19272C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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