#19272B

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

Shades of Black Pearl #19272B

Tints of Black Pearl #19272B

Color information

#19272B (or 0x19272B) is unknown color: approx Black Pearl. HEX triplet: 19, 27 and 2B. RGB value is (25,39,43). Sum of RGB (Red+Green+Blue) = 25+39+43=107 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.36% from 107); Green value is 39 (15.62% from 255 or 36.45% from 107); Blue value is 43 (17.19% from 255 or 40.19% from 107); Max value from RGB is 43 - color contains mainly: blue. Hex color #19272B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19272B is #E6D8D4. Grayscale: #232323. Windows color (decimal): -15128789 or 2828057. OLE color: 2828057.

HSL color Cylindrical-coordinate representation of color #19272B: hue angle of 193.33º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #19272B is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB253943-
CMYK0.420.0900.83
HSL193.33º26.47%13.33%-
HSV(B)193.33º41.86%16.86%-
XYZ1.561.832.56-
YUV35.27132.36120.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.36%
GREEN value IS 39 (15.62% from 255) = 36.45%
BLUE value IS 43 (17.19% from 255) = 40.19%
R=23.36%
G=36.45%
B=40.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2539430.420.0900.83193.3326.4713.33
Hex19272B2A9053c11ad
Octal314753521101233013215
Binary1100110011110101110101010010101001111000001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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