#191D21

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

Shades of Black Pearl #191D21

Tints of Black Pearl #191D21

Color information

#191D21 (or 0x191D21) is unknown color: approx Black Pearl. HEX triplet: 19, 1D and 21. RGB value is (25,29,33). Sum of RGB (Red+Green+Blue) = 25+29+33=87 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.74% from 87); Green value is 29 (11.72% from 255 or 33.33% from 87); Blue value is 33 (13.28% from 255 or 37.93% from 87); Max value from RGB is 33 - color contains mainly: blue. Hex color #191D21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191D21 is #E6E2DE. Grayscale: #1C1C1C. Windows color (decimal): -15131359 or 2170137. OLE color: 2170137.

HSL color Cylindrical-coordinate representation of color #191D21: hue angle of 210º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #191D21 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB252933-
CMYK0.240.1200.87
HSL210º13.79%11.37%-
HSV(B)210º24.24%12.94%-
XYZ1.111.21.61-
YUV28.26130.67125.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 28.74%
GREEN value IS 29 (11.72% from 255) = 33.33%
BLUE value IS 33 (13.28% from 255) = 37.93%
R=28.74%
G=33.33%
B=37.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2529330.240.1200.8721013.7911.37
Hex191D2118C057d2eb
Octal313541301401273221613
Binary1100111101100001110001100010101111101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,29,33); }

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

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

 a { background-color: rgb(25,29,33); }

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

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

 span { border-color: rgb(25,29,33); }

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