#13242E

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

Shades of Black Pearl #13242E

Tints of Black Pearl #13242E

Color information

#13242E (or 0x13242E) is unknown color: approx Black Pearl. HEX triplet: 13, 24 and 2E. RGB value is (19,36,46). Sum of RGB (Red+Green+Blue) = 19+36+46=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 36 (14.45% from 255 or 35.64% from 101); Blue value is 46 (18.36% from 255 or 45.54% from 101); Max value from RGB is 46 - color contains mainly: blue. Hex color #13242E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13242E is #ECDBD1. Grayscale: #1F1F1F. Windows color (decimal): -15522770 or 3023891. OLE color: 3023891.

HSL color Cylindrical-coordinate representation of color #13242E: hue angle of 202.22º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #13242E is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB193646-
CMYK0.590.2200.82
HSL202.22º41.54%12.75%-
HSV(B)202.22º58.7%18.04%-
XYZ1.391.62.82-
YUV32.06135.87118.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.81%
GREEN value IS 36 (14.45% from 255) = 35.64%
BLUE value IS 46 (18.36% from 255) = 45.54%
R=18.81%
G=35.64%
B=45.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1936460.590.2200.82202.2241.5412.75
Hex13242E3B16052ca2ad
Octal234456732601223125215
Binary100111001001011101110111011001010010110010101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13242E; }

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

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

<style>
 a { background-color: #13242E; }

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

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

<style>
 span { border-color: #13242E; }

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

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