#131D2C

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

Shades of Black Pearl #131D2C

Tints of Black Pearl #131D2C

Color information

#131D2C (or 0x131D2C) is unknown color: approx Black Pearl. HEX triplet: 13, 1D and 2C. RGB value is (19,29,44). Sum of RGB (Red+Green+Blue) = 19+29+44=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 29 (11.72% from 255 or 31.52% from 92); Blue value is 44 (17.58% from 255 or 47.83% from 92); Max value from RGB is 44 - color contains mainly: blue. Hex color #131D2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131D2C is #ECE2D3. Grayscale: #1B1B1B. Windows color (decimal): -15524564 or 2891027. OLE color: 2891027.

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

Color convert

RGB192944-
CMYK0.570.3400.83
HSL216º39.68%12.35%-
HSV(B)216º56.82%17.25%-
XYZ1.161.22.55-
YUV27.72137.19121.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.65%
GREEN value IS 29 (11.72% from 255) = 31.52%
BLUE value IS 44 (17.58% from 255) = 47.83%
R=20.65%
G=31.52%
B=47.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1929440.570.3400.8321639.6812.35
Hex131D2C3922053d828c
Octal233554714201233305014
Binary100111110110110011100110001001010011110110001010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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