#19252B

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

Shades of Black Pearl #19252B

Tints of Black Pearl #19252B

Color information

#19252B (or 0x19252B) is unknown color: approx Black Pearl. HEX triplet: 19, 25 and 2B. RGB value is (25,37,43). Sum of RGB (Red+Green+Blue) = 25+37+43=105 (13% of max value = 765). Red value is 25 (10.16% from 255 or 23.81% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 43 (17.19% from 255 or 40.95% from 105); Max value from RGB is 43 - color contains mainly: blue. Hex color #19252B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19252B is #E6DAD4. Grayscale: #222222. Windows color (decimal): -15129301 or 2827545. OLE color: 2827545.

HSL color Cylindrical-coordinate representation of color #19252B: hue angle of 200º 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 #19252B is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB253743-
CMYK0.420.1400.83
HSL200º26.47%13.33%-
HSV(B)200º41.86%16.86%-
XYZ1.51.72.54-
YUV34.1133.02121.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.81%
GREEN value IS 37 (14.84% from 255) = 35.24%
BLUE value IS 43 (17.19% from 255) = 40.95%
R=23.81%
G=35.24%
B=40.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2537430.420.1400.8320026.4713.33
Hex19252B2AE053c81ad
Octal314553521601233103215
Binary1100110010110101110101011100101001111001000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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