#131C25

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

Shades of Black Pearl #131C25

Tints of Black Pearl #131C25

Color information

#131C25 (or 0x131C25) is unknown color: approx Black Pearl. HEX triplet: 13, 1C and 25. RGB value is (19,28,37). Sum of RGB (Red+Green+Blue) = 19+28+37=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 28 (11.33% from 255 or 33.33% from 84); Blue value is 37 (14.84% from 255 or 44.05% from 84); Max value from RGB is 37 - color contains mainly: blue. Hex color #131C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131C25 is #ECE3DA. Grayscale: #1A1A1A. Windows color (decimal): -15524827 or 2432019. OLE color: 2432019.

HSL color Cylindrical-coordinate representation of color #131C25: hue angle of 210º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #131C25 is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB192837-
CMYK0.490.2400.85
HSL210º32.14%10.98%-
HSV(B)210º48.65%14.51%-
XYZ1.021.11.91-
YUV26.34134.02122.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.62%
GREEN value IS 28 (11.33% from 255) = 33.33%
BLUE value IS 37 (14.84% from 255) = 44.05%
R=22.62%
G=33.33%
B=44.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1928370.490.2400.8521032.1410.98
Hex131C253118055d220b
Octal233445613001253224013
Binary10011111001001011100011100001010101110100101000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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