#131F22

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

Shades of Black Pearl #131F22

Tints of Black Pearl #131F22

Color information

#131F22 (or 0x131F22) is unknown color: approx Black Pearl. HEX triplet: 13, 1F and 22. RGB value is (19,31,34). Sum of RGB (Red+Green+Blue) = 19+31+34=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 31 (12.5% from 255 or 36.90% from 84); Blue value is 34 (13.67% from 255 or 40.48% from 84); Max value from RGB is 34 - color contains mainly: blue. Hex color #131F22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F22 is #ECE0DD. Grayscale: #1B1B1B. Windows color (decimal): -15524062 or 2236179. OLE color: 2236179.

HSL color Cylindrical-coordinate representation of color #131F22: hue angle of 192º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #131F22 is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB193134-
CMYK0.440.0900.87
HSL192º28.3%10.39%-
HSV(B)192º44.12%13.33%-
XYZ1.051.231.7-
YUV27.75131.52121.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.62%
GREEN value IS 31 (12.5% from 255) = 36.90%
BLUE value IS 34 (13.67% from 255) = 40.48%
R=22.62%
G=36.90%
B=40.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1931340.440.0900.8719228.310.39
Hex131F222C9057c01ca
Octal233742541101273003412
Binary100111111110001010110010010101011111000000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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