#131C1E

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

Shades of Black Pearl #131C1E

Tints of Black Pearl #131C1E

Color information

#131C1E (or 0x131C1E) is unknown color: approx Black Pearl. HEX triplet: 13, 1C and 1E. RGB value is (19,28,30). Sum of RGB (Red+Green+Blue) = 19+28+30=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 28 (11.33% from 255 or 36.36% from 77); Blue value is 30 (12.11% from 255 or 38.96% from 77); Max value from RGB is 30 - color contains mainly: blue. Hex color #131C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131C1E is #ECE3E1. Grayscale: #191919. Windows color (decimal): -15524834 or 1973267. OLE color: 1973267.

HSL color Cylindrical-coordinate representation of color #131C1E: hue angle of 190.91º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #131C1E is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB192830-
CMYK0.370.0700.88
HSL190.91º22.45%9.61%-
HSV(B)190.91º36.67%11.76%-
XYZ0.921.061.39-
YUV25.54130.52123.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.68%
GREEN value IS 28 (11.33% from 255) = 36.36%
BLUE value IS 30 (12.11% from 255) = 38.96%
R=24.68%
G=36.36%
B=38.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1928300.370.0700.88190.9122.459.61
Hex131C1E257058bf16a
Octal23343645701302772612
Binary1001111100111101001011110101100010111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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