#191F25

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

Shades of Black Pearl #191F25

Tints of Black Pearl #191F25

Color information

#191F25 (or 0x191F25) is unknown color: approx Black Pearl. HEX triplet: 19, 1F and 25. RGB value is (25,31,37). Sum of RGB (Red+Green+Blue) = 25+31+37=93 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.88% from 93); Green value is 31 (12.5% from 255 or 33.33% from 93); Blue value is 37 (14.84% from 255 or 39.78% from 93); Max value from RGB is 37 - color contains mainly: blue. Hex color #191F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191F25 is #E6E0DA. Grayscale: #1D1D1D. Windows color (decimal): -15130843 or 2432793. OLE color: 2432793.

HSL color Cylindrical-coordinate representation of color #191F25: hue angle of 210º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #191F25 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB253137-
CMYK0.320.1600.85
HSL210º19.35%12.16%-
HSV(B)210º32.43%14.51%-
XYZ1.221.321.94-
YUV29.89132.01124.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 26.88%
GREEN value IS 31 (12.5% from 255) = 33.33%
BLUE value IS 37 (14.84% from 255) = 39.78%
R=26.88%
G=33.33%
B=39.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2531370.320.1600.8521019.3512.16
Hex191F252010055d213c
Octal313745402001253222314
Binary1100111111100101100000100000101010111010010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191F25; }

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

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

<style>
 a { background-color: #191F25; }

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

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

<style>
 span { border-color: #191F25; }

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

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