#13292F

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

Shades of Black Pearl #13292F

Tints of Black Pearl #13292F

Color information

#13292F (or 0x13292F) is unknown color: approx Black Pearl. HEX triplet: 13, 29 and 2F. RGB value is (19,41,47). Sum of RGB (Red+Green+Blue) = 19+41+47=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 41 (16.41% from 255 or 38.32% from 107); Blue value is 47 (18.75% from 255 or 43.93% from 107); Max value from RGB is 47 - color contains mainly: blue. Hex color #13292F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13292F is #ECD6D0. Grayscale: #232323. Windows color (decimal): -15521489 or 3090707. OLE color: 3090707.

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

Color convert

RGB194147-
CMYK0.600.1300.82
HSL192.86º42.42%12.94%-
HSV(B)192.86º59.57%18.43%-
XYZ1.571.932.98-
YUV35.11134.71116.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.76%
GREEN value IS 41 (16.41% from 255) = 38.32%
BLUE value IS 47 (18.75% from 255) = 43.93%
R=17.76%
G=38.32%
B=43.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1941470.600.1300.82192.8642.4212.94
Hex13292F3CD052c12ad
Octal235157741501223015215
Binary10011101001101111111100110101010010110000011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13292F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13292F; }

 p { color: rgb(19,41,47); }

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

<style>
 a { background-color: #13292F; }

 a { background-color: rgb(19,41,47); }

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

<style>
 span { border-color: #13292F; }

 span { border-color: rgb(19,41,47); }

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