#19252E

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

Shades of Black Pearl #19252E

Tints of Black Pearl #19252E

Color information

#19252E (or 0x19252E) is unknown color: approx Black Pearl. HEX triplet: 19, 25 and 2E. RGB value is (25,37,46). Sum of RGB (Red+Green+Blue) = 25+37+46=108 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.15% from 108); Green value is 37 (14.84% from 255 or 34.26% from 108); Blue value is 46 (18.36% from 255 or 42.59% from 108); Max value from RGB is 46 - color contains mainly: blue. Hex color #19252E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19252E is #E6DAD1. Grayscale: #222222. Windows color (decimal): -15129298 or 3024153. OLE color: 3024153.

HSL color Cylindrical-coordinate representation of color #19252E: hue angle of 205.71º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #19252E is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB253746-
CMYK0.460.2000.82
HSL205.71º29.58%13.92%-
HSV(B)205.71º45.65%18.04%-
XYZ1.561.732.84-
YUV34.44134.52121.27-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.15%
GREEN value IS 37 (14.84% from 255) = 34.26%
BLUE value IS 46 (18.36% from 255) = 42.59%
R=23.15%
G=34.26%
B=42.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2537460.460.2000.82205.7129.5813.92
Hex19252E2E14052ce1ee
Octal314556562401223163616
Binary11001100101101110101110101000101001011001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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