#131D28

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

Shades of Black Pearl #131D28

Tints of Black Pearl #131D28

Color information

#131D28 (or 0x131D28) is unknown color: approx Black Pearl. HEX triplet: 13, 1D and 28. RGB value is (19,29,40). Sum of RGB (Red+Green+Blue) = 19+29+40=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 29 (11.72% from 255 or 32.95% from 88); Blue value is 40 (16.02% from 255 or 45.45% from 88); Max value from RGB is 40 - color contains mainly: blue. Hex color #131D28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131D28 is #ECE2D7. Grayscale: #1B1B1B. Windows color (decimal): -15524568 or 2628883. OLE color: 2628883.

HSL color Cylindrical-coordinate representation of color #131D28: hue angle of 211.43º 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 #131D28 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB192940-
CMYK0.520.2800.84
HSL211.43º35.59%11.57%-
HSV(B)211.43º52.5%15.69%-
XYZ1.091.172.18-
YUV27.26135.19122.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.59%
GREEN value IS 29 (11.72% from 255) = 32.95%
BLUE value IS 40 (16.02% from 255) = 45.45%
R=21.59%
G=32.95%
B=45.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1929400.520.2800.84211.4335.5911.57
Hex131D28341C054d324c
Octal233550643401243234414
Binary10011111011010001101001110001010100110100111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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