#131C27

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

Shades of Black Pearl #131C27

Tints of Black Pearl #131C27

Color information

#131C27 (or 0x131C27) is unknown color: approx Black Pearl. HEX triplet: 13, 1C and 27. RGB value is (19,28,39). Sum of RGB (Red+Green+Blue) = 19+28+39=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 28 (11.33% from 255 or 32.56% from 86); Blue value is 39 (15.62% from 255 or 45.35% from 86); Max value from RGB is 39 - color contains mainly: blue. Hex color #131C27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131C27 is #ECE3D8. Grayscale: #1A1A1A. Windows color (decimal): -15524825 or 2563091. OLE color: 2563091.

HSL color Cylindrical-coordinate representation of color #131C27: hue angle of 213º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #131C27 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB192839-
CMYK0.510.2800.85
HSL213º34.48%11.37%-
HSV(B)213º51.28%15.29%-
XYZ1.051.122.08-
YUV26.56135.02122.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.09%
GREEN value IS 28 (11.33% from 255) = 32.56%
BLUE value IS 39 (15.62% from 255) = 45.35%
R=22.09%
G=32.56%
B=45.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1928390.510.2800.8521334.4811.37
Hex131C27331C055d522b
Octal233447633401253254213
Binary10011111001001111100111110001010101110101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,28,39); }

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

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

 a { background-color: rgb(19,28,39); }

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

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

 span { border-color: rgb(19,28,39); }

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