#131E23

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

Shades of Black Pearl #131E23

Tints of Black Pearl #131E23

Color information

#131E23 (or 0x131E23) is unknown color: approx Black Pearl. HEX triplet: 13, 1E and 23. RGB value is (19,30,35). Sum of RGB (Red+Green+Blue) = 19+30+35=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 30 (12.11% from 255 or 35.71% from 84); Blue value is 35 (14.06% from 255 or 41.67% from 84); Max value from RGB is 35 - color contains mainly: blue. Hex color #131E23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E23 is #ECE1DC. Grayscale: #1B1B1B. Windows color (decimal): -15524317 or 2301459. OLE color: 2301459.

HSL color Cylindrical-coordinate representation of color #131E23: hue angle of 198.75º 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 #131E23 is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB193035-
CMYK0.460.1400.86
HSL198.75º29.63%10.59%-
HSV(B)198.75º45.71%13.73%-
XYZ1.041.191.76-
YUV27.28132.36122.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.62%
GREEN value IS 30 (12.11% from 255) = 35.71%
BLUE value IS 35 (14.06% from 255) = 41.67%
R=22.62%
G=35.71%
B=41.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1930350.460.1400.86198.7529.6310.59
Hex131E232EE056c71eb
Octal233643561601263073613
Binary100111111010001110111011100101011011000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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