#131C2A

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

Shades of Black Pearl #131C2A

Tints of Black Pearl #131C2A

Color information

#131C2A (or 0x131C2A) is unknown color: approx Black Pearl. HEX triplet: 13, 1C and 2A. RGB value is (19,28,42). Sum of RGB (Red+Green+Blue) = 19+28+42=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 28 (11.33% from 255 or 31.46% from 89); Blue value is 42 (16.80% from 255 or 47.19% from 89); Max value from RGB is 42 - color contains mainly: blue. Hex color #131C2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131C2A is #ECE3D5. Grayscale: #1A1A1A. Windows color (decimal): -15524822 or 2759699. OLE color: 2759699.

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

Color convert

RGB192842-
CMYK0.550.3300.84
HSL216.52º37.7%11.96%-
HSV(B)216.52º54.76%16.47%-
XYZ1.11.142.35-
YUV26.9136.52122.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.35%
GREEN value IS 28 (11.33% from 255) = 31.46%
BLUE value IS 42 (16.80% from 255) = 47.19%
R=21.35%
G=31.46%
B=47.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1928420.550.3300.84216.5237.711.96
Hex131C2A3721054d926c
Octal233452674101243314614
Binary100111110010101011011110000101010100110110011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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