#131F23

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

Shades of Black Pearl #131F23

Tints of Black Pearl #131F23

Color information

#131F23 (or 0x131F23) is unknown color: approx Black Pearl. HEX triplet: 13, 1F and 23. RGB value is (19,31,35). Sum of RGB (Red+Green+Blue) = 19+31+35=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 31 (12.5% from 255 or 36.47% from 85); Blue value is 35 (14.06% from 255 or 41.18% from 85); Max value from RGB is 35 - color contains mainly: blue. Hex color #131F23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F23 is #ECE0DC. Grayscale: #1B1B1B. Windows color (decimal): -15524061 or 2301715. OLE color: 2301715.

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

Color convert

RGB193135-
CMYK0.460.1100.86
HSL195º29.63%10.59%-
HSV(B)195º45.71%13.73%-
XYZ1.061.241.77-
YUV27.87132.02121.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.35%
GREEN value IS 31 (12.5% from 255) = 36.47%
BLUE value IS 35 (14.06% from 255) = 41.18%
R=22.35%
G=36.47%
B=41.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1931350.460.1100.8619529.6310.59
Hex131F232EB056c31eb
Octal233743561301263033613
Binary100111111110001110111010110101011011000011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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