#19252D

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

Shades of Black Pearl #19252D

Tints of Black Pearl #19252D

Color information

#19252D (or 0x19252D) is unknown color: approx Black Pearl. HEX triplet: 19, 25 and 2D. RGB value is (25,37,45). Sum of RGB (Red+Green+Blue) = 25+37+45=107 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.36% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 45 (17.97% from 255 or 42.06% from 107); Max value from RGB is 45 - color contains mainly: blue. Hex color #19252D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19252D is #E6DAD2. Grayscale: #222222. Windows color (decimal): -15129299 or 2958617. OLE color: 2958617.

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

Color convert

RGB253745-
CMYK0.440.1800.82
HSL204º28.57%13.73%-
HSV(B)204º44.44%17.65%-
XYZ1.541.722.73-
YUV34.32134.02121.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.36%
GREEN value IS 37 (14.84% from 255) = 34.58%
BLUE value IS 45 (17.97% from 255) = 42.06%
R=23.36%
G=34.58%
B=42.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2537450.440.1800.8220428.5713.73
Hex19252D2C12052cc1de
Octal314555542201223143516
Binary11001100101101101101100100100101001011001100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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