#131C23

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

Shades of Black Pearl #131C23

Tints of Black Pearl #131C23

Color information

#131C23 (or 0x131C23) is unknown color: approx Black Pearl. HEX triplet: 13, 1C and 23. RGB value is (19,28,35). Sum of RGB (Red+Green+Blue) = 19+28+35=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 28 (11.33% from 255 or 34.15% from 82); Blue value is 35 (14.06% from 255 or 42.68% from 82); Max value from RGB is 35 - color contains mainly: blue. Hex color #131C23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131C23 is #ECE3DC. Grayscale: #1A1A1A. Windows color (decimal): -15524829 or 2300947. OLE color: 2300947.

HSL color Cylindrical-coordinate representation of color #131C23: hue angle of 206.25º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #131C23 is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB192835-
CMYK0.460.2000.86
HSL206.25º29.63%10.59%-
HSV(B)206.25º45.71%13.73%-
XYZ0.991.091.75-
YUV26.11133.02122.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.17%
GREEN value IS 28 (11.33% from 255) = 34.15%
BLUE value IS 35 (14.06% from 255) = 42.68%
R=23.17%
G=34.15%
B=42.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1928350.460.2000.86206.2529.6310.59
Hex131C232E14056ce1eb
Octal233443562401263163613
Binary1001111100100011101110101000101011011001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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