#192831

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

Shades of Black Pearl #192831

Tints of Black Pearl #192831

Color information

#192831 (or 0x192831) is unknown color: approx Black Pearl. HEX triplet: 19, 28 and 31. RGB value is (25,40,49). Sum of RGB (Red+Green+Blue) = 25+40+49=114 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.93% from 114); Green value is 40 (16.02% from 255 or 35.09% from 114); Blue value is 49 (19.53% from 255 or 42.98% from 114); Max value from RGB is 49 - color contains mainly: blue. Hex color #192831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192831 is #E6D7CE. Grayscale: #242424. Windows color (decimal): -15128527 or 3221529. OLE color: 3221529.

HSL color Cylindrical-coordinate representation of color #192831: hue angle of 202.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #192831 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB254049-
CMYK0.490.1800.81
HSL202.5º32.43%14.51%-
HSV(B)202.5º48.98%19.22%-
XYZ1.711.953.19-
YUV36.54135.03119.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.93%
GREEN value IS 40 (16.02% from 255) = 35.09%
BLUE value IS 49 (19.53% from 255) = 42.98%
R=21.93%
G=35.09%
B=42.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2540490.490.1800.81202.532.4314.51
Hex1928313112051ca20f
Octal315061612201213124017
Binary110011010001100011100011001001010001110010101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192831; }

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

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

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

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

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

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

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

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