#131C24

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

Shades of Black Pearl #131C24

Tints of Black Pearl #131C24

Color information

#131C24 (or 0x131C24) is unknown color: approx Black Pearl. HEX triplet: 13, 1C and 24. RGB value is (19,28,36). Sum of RGB (Red+Green+Blue) = 19+28+36=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 28 (11.33% from 255 or 33.73% from 83); Blue value is 36 (14.45% from 255 or 43.37% from 83); Max value from RGB is 36 - color contains mainly: blue. Hex color #131C24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131C24 is #ECE3DB. Grayscale: #1A1A1A. Windows color (decimal): -15524828 or 2366483. OLE color: 2366483.

HSL color Cylindrical-coordinate representation of color #131C24: hue angle of 208.24º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #131C24 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB192836-
CMYK0.470.2200.86
HSL208.24º30.91%10.78%-
HSV(B)208.24º47.22%14.12%-
XYZ11.11.83-
YUV26.22133.52122.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.89%
GREEN value IS 28 (11.33% from 255) = 33.73%
BLUE value IS 36 (14.45% from 255) = 43.37%
R=22.89%
G=33.73%
B=43.37%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1928360.470.2200.86208.2430.9110.78
Hex131C242F16056d01fb
Octal233444572601263203713
Binary1001111100100100101111101100101011011010000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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