#131B28

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

Shades of Black Pearl #131B28

Tints of Black Pearl #131B28

Color information

#131B28 (or 0x131B28) is unknown color: approx Black Pearl. HEX triplet: 13, 1B and 28. RGB value is (19,27,40). Sum of RGB (Red+Green+Blue) = 19+27+40=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 27 (10.94% from 255 or 31.40% from 86); Blue value is 40 (16.02% from 255 or 46.51% from 86); Max value from RGB is 40 - color contains mainly: blue. Hex color #131B28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131B28 is #ECE4D7. Grayscale: #1A1A1A. Windows color (decimal): -15525080 or 2628371. OLE color: 2628371.

HSL color Cylindrical-coordinate representation of color #131B28: hue angle of 217.14º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #131B28 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB192740-
CMYK0.520.3300.84
HSL217.14º35.59%11.57%-
HSV(B)217.14º52.5%15.69%-
XYZ1.041.082.16-
YUV26.09135.85122.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.09%
GREEN value IS 27 (10.94% from 255) = 31.40%
BLUE value IS 40 (16.02% from 255) = 46.51%
R=22.09%
G=31.40%
B=46.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1927400.520.3300.84217.1435.5911.57
Hex131B283421054d924c
Octal233350644101243314414
Binary100111101110100011010010000101010100110110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131B28; }

 p { color: rgb(19,27,40); }

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

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

 a { background-color: rgb(19,27,40); }

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

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

 span { border-color: rgb(19,27,40); }

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