#131D2B

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

Shades of Black Pearl #131D2B

Tints of Black Pearl #131D2B

Color information

#131D2B (or 0x131D2B) is unknown color: approx Black Pearl. HEX triplet: 13, 1D and 2B. RGB value is (19,29,43). Sum of RGB (Red+Green+Blue) = 19+29+43=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 29 (11.72% from 255 or 31.87% from 91); Blue value is 43 (17.19% from 255 or 47.25% from 91); Max value from RGB is 43 - color contains mainly: blue. Hex color #131D2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131D2B is #ECE2D4. Grayscale: #1B1B1B. Windows color (decimal): -15524565 or 2825491. OLE color: 2825491.

HSL color Cylindrical-coordinate representation of color #131D2B: hue angle of 215º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #131D2B is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB192943-
CMYK0.560.3300.83
HSL215º38.71%12.16%-
HSV(B)215º55.81%16.86%-
XYZ1.141.192.46-
YUV27.61136.69121.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.88%
GREEN value IS 29 (11.72% from 255) = 31.87%
BLUE value IS 43 (17.19% from 255) = 47.25%
R=20.88%
G=31.87%
B=47.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1929430.560.3300.8321538.7112.16
Hex131D2B3821053d727c
Octal233553704101233274714
Binary100111110110101111100010000101010011110101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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