#19282F

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

Shades of Black Pearl #19282F

Tints of Black Pearl #19282F

Color information

#19282F (or 0x19282F) is unknown color: approx Black Pearl. HEX triplet: 19, 28 and 2F. RGB value is (25,40,47). Sum of RGB (Red+Green+Blue) = 25+40+47=112 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.32% from 112); Green value is 40 (16.02% from 255 or 35.71% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 47 - color contains mainly: blue. Hex color #19282F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19282F is #E6D7D0. Grayscale: #242424. Windows color (decimal): -15128529 or 3090457. OLE color: 3090457.

HSL color Cylindrical-coordinate representation of color #19282F: hue angle of 199.09º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #19282F is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB254047-
CMYK0.470.1500.82
HSL199.09º30.56%14.12%-
HSV(B)199.09º46.81%18.43%-
XYZ1.671.932.97-
YUV36.31134.03119.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.32%
GREEN value IS 40 (16.02% from 255) = 35.71%
BLUE value IS 47 (18.75% from 255) = 41.96%
R=22.32%
G=35.71%
B=41.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2540470.470.1500.82199.0930.5614.12
Hex19282F2FF052c71fe
Octal315057571701223073716
Binary1100110100010111110111111110101001011000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19282F; }

 p { color: rgb(25,40,47); }

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

<style>
 a { background-color: #19282F; }

 a { background-color: rgb(25,40,47); }

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

<style>
 span { border-color: #19282F; }

 span { border-color: rgb(25,40,47); }

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